diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-08-25 00:49:02 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-08-25 00:49:02 +0300 |
commit | 39312a075e5746ddeccbf3fc22df7177a86ba4d5 (patch) | |
tree | cfe58a957d423cedfdfa27368ad14c6e0d78ea00 /.meteor | |
parent | 96173ad4314cf783f4f7d9c0278762f144d95758 (diff) | |
download | wekan-39312a075e5746ddeccbf3fc22df7177a86ba4d5.tar.gz wekan-39312a075e5746ddeccbf3fc22df7177a86ba4d5.tar.bz2 wekan-39312a075e5746ddeccbf3fc22df7177a86ba4d5.zip |
- [OAuth2 Login on Standalone Wekan](https://github.com/wekan/wekan/wiki/OAuth2). For example, Rocket.Chat can provide OAuth2 login to Wekan.
Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when
Rocket.Chat is providing OAuth2 login to Wekan.
Thanks to salleman33 and xet7 !
Closes #234
Diffstat (limited to '.meteor')
-rw-r--r-- | .meteor/versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.meteor/versions b/.meteor/versions index f3470d97..c116172a 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -1,5 +1,6 @@ 3stack:presence@1.1.2 accounts-base@1.4.0 +accounts-oauth@1.1.15 accounts-password@1.5.0 aldeed:collection2@2.10.0 aldeed:collection2-core@1.2.0 @@ -119,6 +120,8 @@ mquandalle:mousetrap-bindglobal@0.0.1 mquandalle:perfect-scrollbar@0.6.5_2 npm-bcrypt@0.9.3 npm-mongo@2.2.33 +oauth@1.2.1 +oauth2@1.2.0 observe-sequence@1.0.16 ongoworks:speakingurl@1.1.0 ordered-dict@1.0.9 @@ -140,6 +143,8 @@ reload@1.1.11 retry@1.0.9 routepolicy@1.0.12 rzymek:fullcalendar@3.8.0 +salleman:accounts-oidc@1.0.9 +salleman:oidc@1.0.9 service-configuration@1.0.11 session@1.1.7 sha@1.0.9 |