mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Add refresh token support
This commit is contained in:
parent
ee46e14103
commit
4400d4b807
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ class Auth0 extends OAuth2
|
|||
protected $scopes = [
|
||||
'openid',
|
||||
'profile',
|
||||
'email'
|
||||
'email',
|
||||
'offline_access'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue