📰 Dev.to · ShyGyver
3 articles · Updated every 3 hours · View all reads
All
Articles 77,853Blog Posts 103,271Tech Tutorials 18,982Research Papers 16,894News 13,443
⚡ AI Lessons

Dev.to · ShyGyver
1mo ago
Add Refresh Tokens to Your Hono OIDC Server (with Token Rotation)
How to add refresh token support to your Hono OIDC server so clients can obtain new access tokens without asking the user to log in again.

Dev.to · ShyGyver
1mo ago
Persistent JWT Signing Keys with PostgreSQL
How to replace the in-memory JWKS key store from the OIDC server tutorial with an encrypted, PostgreSQL-backed store so signing keys survive server restarts and

Dev.to · ShyGyver
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Make Your Hono Authorization Server Work on Any Host
How to remove the hardcoded ISSUER constant from your Hono OIDC server so it works correctly on localhost, staging, and production without any code changes.
DeepCamp AI