Closed p-jacobo2012240 closed 2 weeks ago
-- migration to Auth0 to Keycloack by oauth2-oidc
-- the core affected files was
modified: src/app/app.module.ts modified: src/app/auth/auth.module.ts modified: src/app/auth/auth.routing.ts modified: src/environments/environment.ts
the new files working are src/app/auth/login-callback/ src/app/core/auth.config.ts src/app/core/auth.guard.ts
in this migration was implemented the callback-login pattern for handle the oAuth2 token
The latest updates on your projects. Learn more about Vercel for Git ↗︎
-- migration to Auth0 to Keycloack by oauth2-oidc
-- the core affected files was
the new files working are src/app/auth/login-callback/ src/app/core/auth.config.ts src/app/core/auth.guard.ts
in this migration was implemented the callback-login pattern for handle the oAuth2 token