Commit Graph

3 Commits

Author SHA1 Message Date
Pascal Bleser
943d1d77c7 auth-api: deal with errors properly in NewService 2026-04-13 16:40:15 +02:00
Pascal Bleser
75f814fda2 Introduce a the auth-api service
* primitive implementation to demonstrate how it could work, still to
   be considered WIP at best

 * add new dependency: MicahParks/jwkset and MicahParks/keyfunc to
   retrieve the JWK set from KeyCloak to verify the signature of the
   JWTs sent as part of Bearer authentication in the /auth API

 * (minor) opencloud/.../service.go: clean up a logging statement that
   was introduced earlier to hunt down why the auth-api service was not
   being started
2026-04-13 16:39:50 +02:00
Pascal Bleser
1e2e2b46df add an auth-api service to make an exemplary implementation of an external authentication API for third party services such as Stalwart 2026-04-13 16:39:50 +02:00