✨(app-desk) integrate keycloak
Integrate keycloak with the frontend. We use the keycloak-js library to handle the authentication and authorization. We installed Zustand to handle the states of the application. We store the token and auth process in authStore.
This commit is contained in:
3
src/frontend/app/desk/.env.development
Normal file
3
src/frontend/app/desk/.env.development
Normal file
@@ -0,0 +1,3 @@
|
||||
NEXT_PUBLIC_KEYCLOAK_URL=http://localhost:8080/
|
||||
NEXT_PUBLIC_KEYCLOAK_REALM=people
|
||||
NEXT_PUBLIC_KEYCLOAK_CLIENT_ID=people-front
|
||||
Reference in New Issue
Block a user