|
|
|
|
|
by bayesian_horse
1255 days ago
|
|
Yeah. Session authentication works just fine. Especially on the same domain with only one service. As soon as you need multiple services it gets trickier. I found those libraries that provide React components for authentication less useful. I prefer to store authentication state in a redux store and manipulate it with a vanilla client library ("ts-oidc-client" or the keycloak specific one). |
|