miniflux-v2/locale
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
..
translations Add generic OpenID Connect provider (OAuth2) 2020-03-07 18:45:19 -08:00
catalog.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
catalog_test.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
doc.go Fix typo in license header 2018-10-08 15:50:15 -07:00
locale.go Add Japanese translation 2020-02-14 19:52:16 -08:00
locale_test.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
plural.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
plural_test.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
printer.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
printer_test.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
translations.go Add generic OpenID Connect provider (OAuth2) 2020-03-07 18:45:19 -08:00
translations_test.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00