feat: add Keycloak authentication integration and guard
This commit is contained in:
parent
aff058a29e
commit
fe8b1a1399
7 changed files with 95 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { KeycloakService } from 'keycloak-angular';
|
||||
|
||||
@Component({
|
||||
selector: 'app-login-view',
|
||||
|
@ -8,5 +9,4 @@ import { Component } from '@angular/core';
|
|||
styleUrl: './login-view.component.css'
|
||||
})
|
||||
export class LoginViewComponent {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue