diff --git a/auth/create-jwts/README.md b/auth/create-jwts/README.md index a7869773..72426f92 100644 --- a/auth/create-jwts/README.md +++ b/auth/create-jwts/README.md @@ -25,3 +25,7 @@ Similarly, create a user by providing the account seed. ```sh go run main.go -account -name ``` + +## 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)