sapper-authentication-demo
sapper-authentication-demo copied to clipboard
Example with Keycloak, cookie-session, passport, and sapper-rbac
I replaced backend with Keycloak, and used passport and cookie-session to manage sessions.
I don't expect this to be merged as it diverges from this project, but figured it could be a useful example for others.
Thanks @patrickleet - I'm not a fan of express so I'm glad somebody else did this :)
I'll likely turn all of these open PRs into branches and link them from the main readme
yea there's just a lot of existing express middleware - I did try to use it with polka first unsuccessfully