bcgov / keycloak-example-apps

Example applications for integrating with keycloak
Apache License 2.0
3 stars 1 forks source link

CSS API example app #10

Closed jlangy closed 1 year ago

jlangy commented 1 year ago

Demo application to show using the CSS API in a nextjs app to:

To keep the config simple I kept the web-application open. I could add auth too just means adding the step of creating a client and setting up the env vars for next-auth, which I didn't think was necessary for demoing hitting the CSS API but would be happy to add.

Otherwise tried to keep things pretty simple so its just the API logic, mostly just html with only a tiny bit of CSS.