Skip to content

Rezorl/angular-keycloak-pwa

Repository files navigation

AngularKeycloakPwa

After logging in, the user's data is saved in the browser's memory. When localhost:4200 is launched in offline mode, data about the user/token, etc. are downloaded from the browser's memory. When you log out, the browser's memory is cleared.

How to run

Fill keycloakOptions

npm install -g http-server
ng build --configuration production
http-server -p 4200 -c-1 dist/keycloak-angular-pwa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published