flrgh / doorbell

a flexible forward-auth server
3 stars 1 forks source link

feat(api): add openid/oauth support #59

Closed flrgh closed 1 year ago

flrgh commented 1 year ago

Adds oauth (via OpenID) support to the API. This is pretty minimal for now; there is no login/authorize flow, just validation of existing tokens against a known issuer and list of allowed users.