DB API Reads
This commit is contained in:
@@ -16,7 +16,8 @@ const auth_config = {
|
||||
|
||||
// Get the token user's data
|
||||
user: {
|
||||
enable: env('OAUTH2_SERVER_ENABLE', true),
|
||||
// enable: env('OAUTH2_SERVER_ENABLE', true),
|
||||
enable: false,
|
||||
|
||||
// Fields to return to the endpoint
|
||||
// The keys are the keys in the request. The values are the keys in the user.
|
||||
|
||||
Reference in New Issue
Block a user