Skip to content
New issue

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

2.9 Using Auth0 to scope specific user content? #32

Closed
chazkondo opened this issue Nov 14, 2018 · 0 comments
Closed

2.9 Using Auth0 to scope specific user content? #32

chazkondo opened this issue Nov 14, 2018 · 0 comments
Assignees
Labels
help wanted Extra attention is needed MVP task Task item related to MVP question Further information is requested research Research task item
Milestone

Comments

@chazkondo
Copy link
Collaborator

MVP

As far as MVP goes, it looks like using JSON Web Tokens changes the process a little.

In our current setup, we are kinda stuck using the Auth0 database. As far as my understanding goes right now, we can write to local storage and also grab data from JWT, I guess similar to how we would grab from local storage.

The issue is that I'm not too sure how we can scope the user to see specific content pertaining to them.

Auth0 also uses a method called scope that helps to define what a user is allowed to see, but I'm not sure it's exactly what we wanted to do initially. Will probably need extra help understanding this concept to its completion.

...Then again it might be something simple like grabbing specific data from the JWT, or creating a method specific information to a user defined location.

@chazkondo chazkondo added help wanted Extra attention is needed question Further information is requested MVP task Task item related to MVP research Research task item labels Nov 14, 2018
@chazkondo chazkondo added this to the 2. MVP milestone Nov 14, 2018
@chazkondo chazkondo added this to To Do in Finish CMS Project via automation Nov 14, 2018
Finish CMS Project automation moved this from To Do to Completed Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed MVP task Task item related to MVP question Further information is requested research Research task item
Projects
No open projects
Finish CMS Project
  
Completed
Development

No branches or pull requests

2 participants