Skip to content

Commit

Permalink
Add reference to JWT guide examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth authored Jun 27, 2022
1 parent 4018ccc commit 6eb7907
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions auth/create-jwts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ Similarly, create a user by providing the account seed.
```sh
go run main.go -account <seed> -name <user>
```

## Additional Resources

- [In-depth JWT Guide - Automated sign-up service example](https://docs.nats.io/running-a-nats-service/nats_admin/security/jwt#automated-sign-up-services-jwt-and-nkey-libraries)

0 comments on commit 6eb7907

Please sign in to comment.