Skip to content

Commit

Permalink
Merge pull request #1715 from wojo1206/master
Browse files Browse the repository at this point in the history
Update passport.mdx
  • Loading branch information
mnapoli authored Jan 12, 2024
2 parents 4d066b2 + 0f4ced5 commit 059dfdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/laravel/passport.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Instead, here is what you need to do:
serverless deploy
```

Note, that during deployment the keys will be stored at `./storage` path not at `/var/task/storage`. Workaround for this is to adjust Passport path with `Passport::loadKeysFrom('storage')`.


### Create tokens

Finally, you can create the tokens (which is the second part of the `passport:install` command):
Expand Down

0 comments on commit 059dfdf

Please sign in to comment.