You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should hopefully fix #123 and therefore also help with #130 and possibly also #131 as well as hopefully getting better support for browsers that block 3rd party cookies (safari atm but soon prob more)
The text was updated successfully, but these errors were encountered:
These are all frontend libraries. Will I have to change anything in the backend or might the keycloak code we have there now maybe just work? It's just grabbing a token and checking that, and the token should be the same whatever oidc client we have in the frontend. Otherwise there seems to be a passport middleware that hasn't been updated in a long time but seems popular-ish https://www.npmjs.com/package/passport-openidconnect
And I think I'm gonna try out the oidc-react linked above, it's the one that seems the most modern (has hooks).
This should hopefully fix #123 and therefore also help with #130 and possibly also #131 as well as hopefully getting better support for browsers that block 3rd party cookies (safari atm but soon prob more)
The text was updated successfully, but these errors were encountered: