Configure Keycloak in auth-service.ts
Copy the .env.example
to .env
and add in your variables.
Authentication using oidc-client-ts
Make sure to install the dependencies:
# npm
npm install
npm run dev
npm run build
Configure Keycloak in auth-service.ts
Copy the .env.example
to .env
and add in your variables.
Authentication using oidc-client-ts
Make sure to install the dependencies:
# npm
npm install
npm run dev
npm run build