Skip to content

Commit

Permalink
Deployment from App Services
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodb-atlas-app-services[bot] authored Jun 21, 2024
1 parent 0147653 commit 8fc2d31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app-1/auth/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"type": "api-key",
"disabled": true
},
"custom-function": {
"name": "custom-function",
"type": "custom-function",
"disabled": false,
"config": {
"authFunctionName": "onUserCreation"
}
},
"local-userpass": {
"name": "local-userpass",
"type": "local-userpass",
Expand Down

0 comments on commit 8fc2d31

Please sign in to comment.