An open API service indexing awesome lists of open source software.

https://github.com/poteto-go/poteto-oidc-exmaple

poteto oidc exmaple
https://github.com/poteto-go/poteto-oidc-exmaple

golang honojs oidc poteto

Last synced: about 1 month ago
JSON representation

poteto oidc exmaple

Awesome Lists containing this project

README

        

# Poteto-Hono-Oidc

OpenIdConnect Example `poteto`+`honojs`

## Poteto

https://github.com/poteto-go/poteto

## Honojs

https://github.com/honojs/hono

## OIDC

1. Redirect auth url & get auth code (frontend)
1. Get oauth token (backend)
1. Verify token signature [`poteto feature`] (backend)
1. Verify token (backend)

![](https://storage.googleapis.com/zenn-user-upload/d5a352b44731-20250330.png)