mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 12:18:49 +01:00
with this fix, Authentication via OAuth2 with Google is possible. 1.) token endpoint and userinfo-endpoint in Google are different, so you have to check that, 2.) request the scopes of the environment variable "process.env.OAUTH2_REQUEST_PERMISSIONS" with this small little fix the login with google in oauth2-protocol gets possible :-) I would be very happy about a master-merge thank you in advance |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| LICENSE.txt | ||
| oidc_client.js | ||
| oidc_configure.html | ||
| oidc_configure.js | ||
| oidc_server.js | ||
| package.js | ||
| README.md | ||
salleman:oidc package
A Meteor implementation of OpenID Connect Login flow
Usage and Documentation
Look at the salleman:accounts-oidc package for the documentation about using OpenID Connect with Meteor.