miniflux-v2/template
Patrick 3e1e0b604f
Add generic OpenID Connect provider (OAuth2)
This adds the oauth2 provider `oidc`. It needs an additional argument, the OIDC discovery endpoint to figure out where the auth and token URLs are.

Configuration is similar to setting up the Google Authentication with these changes:

 * `OAUTH2_PROVIDER = oidc`
 * `OAUTH2_OIDC_DISCOVERY_ENDPOINT = https://auth.exampe.org/discovery`
2020-03-07 18:45:19 -08:00
..
html Add generic OpenID Connect provider (OAuth2) 2020-03-07 18:45:19 -08:00
common.go Add per-application API Keys 2020-03-01 18:22:45 -08:00
doc.go Fix typo in license header 2018-10-08 15:50:15 -07:00
engine.go Refactor config package 2019-06-02 06:30:08 -07:00
functions.go Make sure external URLs are not encoded incorrectly by Go template engine 2020-01-02 11:20:10 -08:00
functions_test.go Show attachment size on entry page 2019-11-29 10:36:35 -08:00
views.go Add generic OpenID Connect provider (OAuth2) 2020-03-07 18:45:19 -08:00