code review updates
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -59,7 +59,9 @@ Similar to the other authentication providers, you have to enable the provider i
|
||||
auth:
|
||||
providers:
|
||||
+ guest:
|
||||
+ development: {}
|
||||
+ development:
|
||||
// new optional property to override the default value.
|
||||
+ loginAs: user:default/guest
|
||||
```
|
||||
|
||||
We need to specify that the provider is enabled for the given environment, and as there are no config values for this provider yet, you can just specify an empty object.
|
||||
|
||||
Reference in New Issue
Block a user