acg812
October 28, 2018, 7:15pm
2
Looks like I need to accept/retrieve the user profile/user_id. This is possibly sent with the JWT. I’ll keep looking for a tutorial on this. These helped target my search:
I’ve just followed the quick start tutorial on Spring MVC and Auth0. If I want to create, for instance, a MyProfile.jsp and save data (using forms) from signed in users to a local db, what would the next steps be? How do I create new pages where users that have been signed in with Auth0, stay signed in? I’ve only done very simple examples of this in PHP before, so I’m more or less clueless on what to do next. I do know Java and I’m currently learning Spring. Any concrete tips or tips on referenc…