We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So basically to manage users I need to have AuthProps available throughout the App to restrict routes.
https://github.com/zeit/next.js/blob/canary/examples/with-apollo-auth/pages/index.js
https://github.com/zeit/next.js/blob/canary/examples/with-cookie-auth/README.md
How to protect routes? iaincollins/nextjs-starter#12
https://github.com/lipp/login-with/blob/master/example/nextjs/with-profile.js#L8
The text was updated successfully, but these errors were encountered:
Okay so I've found a way to make the props available! Just need to review how can encapsulate the function elsewhere.
Sorry, something went wrong.
https://medium.com/@griko/exploring-undocumented-getinitialprops-properties-on-next-js-1265a6abc652
https://github.com/alan2207/nextjs-jwt-authentication
https://github.com/bgold0/nextjs-auth-skeleton
https://github.com/iaincollins/next-auth
https://github.com/ooade/next-apollo-auth
https://github.com/jakelowen/next-apollo-auth0-starter
https://github.com/ozbo1973/cookie-auth-next
https://github.com/tomgobich/nextjs-with-express-apollo-passport-auth
No branches or pull requests
So basically to manage users I need to have AuthProps available throughout the App to restrict routes.
https://github.com/zeit/next.js/blob/canary/examples/with-apollo-auth/pages/index.js
https://github.com/zeit/next.js/blob/canary/examples/with-cookie-auth/README.md
How to protect routes? iaincollins/nextjs-starter#12
https://github.com/lipp/login-with/blob/master/example/nextjs/with-profile.js#L8
The text was updated successfully, but these errors were encountered: