diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-06-11 16:56:45 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-06-11 16:56:45 +0300 |
commit | 3c4f8f6796e782db78e50ca50b08e0847ae78951 (patch) | |
tree | 42c87f751ae9c57958d74a5b24560ee3213a5e1f | |
parent | 406a9492fd2d211237e0128a11c45c3281d1af11 (diff) | |
download | wekan-3c4f8f6796e782db78e50ca50b08e0847ae78951.tar.gz wekan-3c4f8f6796e782db78e50ca50b08e0847ae78951.tar.bz2 wekan-3c4f8f6796e782db78e50ca50b08e0847ae78951.zip |
Support scopes in OAuth2, so Authentication via OAuth2 with Google is now possible.
Thanks to moserben16 !
Closes #2454
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5eeedc..3c6c0d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This release adds the following new features: - [Add support for CORS headers "Access-control-allow-headers" and "Access-control-expose-headers"](https://github.com/wekan/wekan/pull/2429). Thanks to risacher and xet7. +- [Support scopes in OAuth2, so that Authentication via OAuth2 with Google is now possible](https://github.com/wekan/wekan/pull/2483). + Thanks to moserben16. and fixes the following bugs: |