Update docs/tutorials/auth-service-migration.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-03-01 09:50:06 +01:00
committed by GitHub
parent 27c1497355
commit 3ca11484aa
+1 -1
View File
@@ -33,7 +33,7 @@ If you do want to keep the default auth policy in effect, there is little action
With the default auth policy in effect you will now need to ensure that the requests to your backend are authenticated, also during local development. If you already have a setup where you use an auth provider for local development, you can keep using that. But, if you rely on the `'guest'` access for local development we recommend that you install the new guest provider module in your auth backend:
```sh
yarn install @backstage/plugin-auth-backend-module-guest-provider
yarn --cwd packages/backend add @backstage/plugin-auth-backend-module-guest-provider
```
Add it to your backend: