Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 612 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 612 Bytes

prisma-auth0-vue

Authentification and authorization with vue, auth0 and prisma/graphql

Authenticating with spinner

credits:

https://www.storyblok.com/tp/how-to-auth0-vuejs-authentication
https://github.com/LawJolla/prisma-auth0-example (go here for auth0 setup description)

Quickstart

git clone http...
cd prisma-auth0-vue/client
cp example.auth0-variables.js auth0-variables.js // Then fill in your auth0 params
yarn install
yarn dev
cd ../sever
cp example.env .env // Then fill in your PRISMA/AUTH params
yarn install
yarn dev