xTEA418
How to do OIDC authentication
How can I add OIDC authentication to my solid (solid-start) frontend, I have a keycloak instance configured and working. I want to redirect unauthenticated users to the keycloak instance (the thing where they have to authenticate) and then get the JWT and uee that in requests
7 replies
reasonable JSON:API implementation in solid.js
I am migrating/trying to migrate an old emberjs app to solid.js, the problem I am facing is migrating
ember-data
as I haven't found a reasonable library/implementation for communicating with a JSON:API, are there any reccomended libraries/implementations for this or do I have to write a lot of boilerplate code for it?18 replies