1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/oauth2
Tali Auster b3d385861f fix: log warning on an empty client secret
Because Miniflux runs as a confidential service, a missing client secret
is a mistake in configuration. An empty client secret appears to be
valid per RFC 6749 (and is in fact the default set by Miniflux!), so we
log a warning.
2025-03-27 20:00:09 -07:00
..
authorization.go refactor(oauth2): no need to use io.WriteString when sha256 provides a way to obtain a sum in a single call 2024-12-26 10:39:55 -08:00
google.go Prevent empty username when using the OIDC integration 2023-09-08 19:03:44 -07:00
manager.go fix: log warning on an empty client secret 2025-03-27 20:00:09 -07:00
oidc.go Add profile scope to OIDC integration to support accounts without email 2023-09-08 20:26:42 -07:00
profile.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
provider.go Add OAuth2 PKCE support 2023-09-02 22:11:47 -07:00