Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 398 Bytes

Phase Two Keycloak Nuxt Example

🚀 See Deployed Example

Configure Keycloak in auth-service.ts

Copy the .env.example to .env and add in your variables.

Authentication using oidc-client-ts

Setup, Run, Build

Make sure to install the dependencies:

# npm
npm install
npm run dev
npm run build