+

+ Hono Example using OpenID Connect +

+

+ This example demonstrates how to authenticate users in an Hono Application using OpenID Connect Protocol. +

+ {isAuthenticated ? ( + + Logout + + ) : ( + + Login with TestID + + )} +

+ If you want to checkout out how to implement OpenID Connect in your Hono app, take a look at the source code. +

+