mauriciovigolo / keycloak-angular

Easy Keycloak setup for Angular applications.
MIT License
714 stars 271 forks source link

Add setup instructions for standalone bootstrap #560

Open TDesjardins opened 1 month ago

TDesjardins commented 1 month ago

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search for issues before submitting
- [x] feature request

Desired functionality.

The current setup instructions in readme.md only cover the NgModules approach. It would be useful to also have infos about how to setup a standalone bootstrap / components app.

I could provide a working example but havn't tested the Auth Guard yet.