You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phoenix 1.3 umbrella app with react and apollo boilerplate
Authentication
Authentication is done using phoenix cowboy for cookie auth, guardian for token authentication.
The react app is only loaded after a user is authenticated.
React Application
Basic configuration of a react app that uses Apollo with redux(with DevTools)
About
A phoenix 1.3 umbrella app with authentication and react w/apollo boilerplate