bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

auth0.com Integrations #55

Closed chriswork closed 6 years ago

chriswork commented 6 years ago

How would you incorporate a auth0.com integration?

chrisvfritz commented 6 years ago

Great question! It looks like Auth0 now has a tutorial and sample project specifically for Vue. 🙂 Their sample project is a single-page application just like this boilerplate, so the process should be very similar. If you're logged in to Auth0, the code examples should even have your application data in them!

frandiox commented 6 years ago

I made this for Auth0 + GraphQL but it should be very similar for anything else. Hope it helps!

chrisvfritz commented 6 years ago

Thanks @frandiox!