Replies: 1 comment 1 reply
-
|
Thank you for building this! I really appreciate the effort. However, I have a concern. GitHub-only OAuth2 would work for some users, but others use Google, Authelia, PocketID (which I personally use), or other providers. I don't want to add multiple provider-specific logins one by one. The right solution is generic OIDC (OpenID Connect) – one implementation that works with This is a larger feature that I have planned for the future, but I'm not ready to implement it yet. Would you be open to adapting your work into a generic OIDC solution? If not, I may hold off on merging a GitHub-only implementation. Thank you again for your contribution – it means a lot! 🙏 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Claude created me everything we need to use Github's oauth2 auth with flatnotes-enhanced. It's fully functionnal on local.
Are you interested in a PR of this ?
It displays the logo "connect to github" only when the env var FLATNOTES_AUTH_TYPE is set to oidc. Once logged, we also can use the LogOut button of the app.
Beta Was this translation helpful? Give feedback.
All reactions