accounts/api/components/OAuth2
2020-08-23 00:23:36 +03:00
..
Entities Remove refresh_token from OAuth2 result. Return the same access_token as a refresh_token in case when it's requested. Make access_tokens to live forever. 2019-12-09 19:31:54 +03:00
Events Remove refresh_token from OAuth2 result. Return the same access_token as a refresh_token in case when it's requested. Make access_tokens to live forever. 2019-12-09 19:31:54 +03:00
Grants Fix redirect_uri validation for the AuthCodeGrant 2019-12-13 15:16:45 +03:00
Keys Restore full functionality of OAuth2 server [skip ci] 2019-09-22 00:19:11 +03:00
Repositories Fix the case when the redirect_uri is null 2020-06-20 19:10:13 +03:00
ResponseTypes Use libsodium to encrypt all data, related to OAuth2 2019-12-06 14:37:51 +03:00
Component.php Remove refresh_token from OAuth2 result. Return the same access_token as a refresh_token in case when it's requested. Make access_tokens to live forever. 2019-12-09 19:31:54 +03:00
CryptTrait.php Fixes ACCOUNTS-2. Catch decryption exception for OAuth2 flow 2020-08-23 00:23:36 +03:00