mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add OAuth to blacklist
This commit is contained in:
@@ -19,6 +19,7 @@ class Mapper
|
||||
private static array $blacklist = [
|
||||
'v1/mock',
|
||||
'v1/graphql',
|
||||
'v1/account/sessions/oauth2',
|
||||
];
|
||||
|
||||
public static function init(array $models): void
|
||||
|
||||
Reference in New Issue
Block a user