mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add refresh token support
This commit is contained in:
@@ -15,7 +15,8 @@ class Auth0 extends OAuth2
|
||||
protected $scopes = [
|
||||
'openid',
|
||||
'profile',
|
||||
'email'
|
||||
'email',
|
||||
'offline_access'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user