Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Alexis Leboeuf
2026-01-07 10:02:45 +01:00
10 changed files with 69 additions and 197 deletions

View File

@@ -3,4 +3,4 @@
"resource": "Frisbyee_client",
"auth-server-url": "http://localhost:8080",
"public-client": true
}
}

View File

@@ -8,7 +8,7 @@ export const Login =() =>{
return(
<div>
<div>
Authenticated : {keycloak.authenticated ? '' : ''}
Authenticated : {keycloak.authenticated ? 'oui' : 'non'}
</div>
<button onClick={() => keycloak.login()}>
Se connecter