update to auth.provider.guest.* login

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-02-26 15:21:35 -05:00
parent 4b27703371
commit 46138c2bd7
7 changed files with 57 additions and 28 deletions
+2 -3
View File
@@ -59,9 +59,8 @@ Similar to the other authentication providers, you have to enable the provider i
auth:
providers:
+ guest:
+ development:
// new optional property to override the default value.
+ loginAs: user:default/guest
+ userEntityRef: user:default/guest
+ development: {}
```
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.