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
Frédéric Guillot
d422d4e067
Update autocert lib because ACME v1 is EOL
2019-11-15 20:34:55 -08:00
Frédéric Guillot
b94160df72
Update dependencies
2019-09-05 21:53:12 -07:00
Frédéric Guillot
6764a420b0
Make parser compatible with Go 1.12
...
See changes in strings.Map(): https://golang.org/doc/go1.12#strings
2019-02-28 21:23:33 -08:00
Frederic Guillot
59d8e9b95e
Update dependencies
2018-12-09 17:59:39 -08:00
Frédéric Guillot
a3f3f51c60
Migrate to go modules (Go 1.11)
2018-08-26 16:43:53 -07:00
Frédéric Guillot
459bb4531f
Update vendor dependencies
2018-07-06 21:18:14 -07:00
Frédéric Guillot
12ff562d31
Add support for Let's Encrypt http-01 challenge
2018-02-04 18:05:45 -08:00
Frédéric Guillot
27196589fb
Add FeedIcon API call and update dependencies
2017-12-16 11:25:18 -08:00
Frédéric Guillot
39b03cc393
Add integration tests for feed creation
2017-11-25 16:53:51 -08:00
Frédéric Guillot
cc6d272eb7
Add OAuth2 authentication
2017-11-22 22:22:33 -08:00
Frédéric Guillot
8ffb773f43
First commit
2017-11-19 22:01:46 -08:00