Skip to content

Commit 6264e8c

Browse files
authored
Merge pull request #104 from ggicci/ggicci-patch-5
chore(docs): update README
2 parents 1a80271 + 8a89c8b commit 6264e8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ It should be handled separately by Caddy. Please read [#24](https://github.com/g
194194

195195
Using multi-line content in a directive [should be quoted](https://caddyserver.com/docs/caddyfile/concepts#tokens-and-quotes) as Caddy's documentation says. And the public key should be represented in PKCS#1 PEM format. Here's a simple command to derive such a public key from an RSA private key: `openssl rsa -in input.rsa -pubout`. Related: [#36](https://github.com/ggicci/caddy-jwt/issues/36).
196196

197+
## Related Projects
198+
199+
* https://github.com/steffenbusch/caddy-jwt-issuer: A Caddy plugin that issues JWT after username + password authentication
200+
197201
## References
198202

199203
- **MUST READ**: [JWT Security Best Practices](https://curity.io/resources/learn/jwt-best-practices/)

0 commit comments

Comments
 (0)