Skip to content

Commit f88f21b

Browse files
authored
Update README.md
1 parent 813e921 commit f88f21b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img width="250px" src="https://neon.tech/brand/neon-logo-dark-color.svg" />
2+
13
# Neon Authorize Demo with Custom JWTs
24

35
This is a project that showcases how to use Neon Authorize with custom JWTs. Instead of relying on JWTs that are generated by an authentication provider (Clerk, Auth0, etc.), this project uses a custom JWT that is signed by the server.
@@ -39,4 +41,4 @@ PRIVATE_KEY=''
3941
8. Seed the database with `bun run db:seed`.
4042
9. Grab the `authenticated` role's database URL from the Neon console and set it in the `.dev.vars` file, as well as in the `wrangler.toml` file.
4143
10. Deploy this demo again with `bun run deploy`.
42-
11. Head to `https://my-honc-service.<your-name>.workers.dev/api/users` and `https://my-honc-service.<your-name>.workers.dev/api/tenants` to verify that the API is working as intended.
44+
11. Head to `https://my-honc-service.<your-name>.workers.dev/api/users` and `https://my-honc-service.<your-name>.workers.dev/api/tenants` to verify that the API is working as intended.

0 commit comments

Comments
 (0)