Sunday, 10 May 2020

Auth0/GraphQL/Vue.js front end. Need help!

Hello everyone. Currently, I have a graphQL BFF serving a Vue front end I'm building and my user auth is going to be through auth0. Auth0 has this great javascript front end auth0-js that makes the difficult experience of auth pretty easy. But I wanted to handle all of my auth in my BFF layer so my logic and stuff won't change when I build my mobile app to go along with my Vue site. The Auth0 SDK has a ton of potential but it doesn't have the same functions as the auth0-js package like user sign in, or user sign up. Although the SDK does have a create User that I could use but I'm still not sure if the SDK will fit all my needs.​Am I thinking about this correctly? Should I be handling this implementation differently or does someone else have another solution to implementing auth0 sign in, signup, forgot password, and other relative use action functions in my BFF layer?

Submitted May 10, 2020 at 10:14PM by funkel1989

No comments:

Post a Comment