What's Changed
- Merge pull request #51 from nickheyer/FEAT_RBAC_AUTH_OIDC (b84436b)
- Merge branch 'main' into FEAT_RBAC_AUTH_OIDC (108a782)
- Added discord oidc w/ custom role mapping. Fixed config unmarshalling from json str. Added docs, added example. (c97adca)
- Google oidc added to provider examples. Ridiculously easy. Docs updated. (0bee796)
- Fixed (a2a66b6)
- Fixed release yaml package (ddc1c22)
- Made indexers robust and introspective in terms of errors and debugging (f2e5731)
- Broke apart getting started section in docs. (ea5f3ca)
- OIDC provider guides added using compose templates I previously made as a reference and literal example (0c1ba81)
- Improved docs (b85ae0e)
- Created a proper getting-started page. (0a6a4d2)
- Include public api doc reader in doc site, using protobuf gen yaml. (4288bce)
- docs are pretty now (057b382)
- Fixed domain (1a3d65e)
- attempt at gh docs integration (eabe388)
- fix buf to work with gnostic plugin (6f41796)
- API Token (per user via profile) implemented. Conditionally rendering api docs templated based on existence of auth provider. Added http handler folder to rpc for one off http requirements like openapi. (ef596a3)
- Added scoped user invite feature. Fixed bug regarding modules bind create on read only. Improved auth ui functions. Added invite to rbac mappings. (dce9f9d)
- Fix mount shenanigans (d8f1491)
- fix auth ws (59b3cab)
- Little fixes (d93b259)
- Oidc + rbac + auth-rewrite 90% complete, just need api token generation (93cc136)