authts/react-oidc-context

Minimal, reproducible example with Keycloak

zach-betz-hln opened this issue · 7 comments

This is not an issue.

Just sharing this little project, in hopes that others may play with it and get ideas for their own implementations.

Thank you for this library.

Feel free to close this issue at your convenience.

https://github.com/zach-betz-hln/mre-keycloak-react

This is awesome, thanks for sharing!
I could clone the project as sample-react-oidc-context-keycloak within authts if you want...

Here you go: https://github.com/authts/sample-keycloak-react-oidc-context
Feel free to make pull requests. Would be nice if you keep maintaining it...

I don't like the idea of maintaining duplicate repos, so I've archived my repo and added a link to the one you cloned under the authts namespace. See zach-betz-hln/mre-keycloak-react@07b75ff

@pamapa looks like I need permission to push:

ERROR: Permission to authts/sample-keycloak-react-oidc-context.git denied to zach-betz-hln.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

You should have now direct access to the new repository, however everything must go through a pull request, no shortcuts via push :-). This ensures the CI is working, thus for others is also working...

Thanks. And yep, the pull request process sounds good to me. See first one: authts/sample-keycloak-react-oidc-context#2

edit: first pr for me, saw you already added ci workflow in authts/sample-keycloak-react-oidc-context#1 😄