honojs-middleware/.github/workflows
Yoshio HANAWA 7777562f64
feat: Add OpenID Connect authentication middleware (#372)
* Add OpenID Connect authentication middleware

* add ci

* use tsup to build and use `module`

* update `yarn.lock`

* update `yarn.lock`

* Add `configureOidcAuth()` and remove the use of environment variables / Replace `Error` to `HTTPException` / Fix README / Fix version to 0.0.0

* Use environment variables for configuration of the middleware and remove `configureOidcAuth()` / Fix README

* chore: update `peerDependencies` and use latest hono

---------

Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2024-02-13 11:14:48 +09:00
..
ci-arktype-validator.yml feat: ArkType validator middleware (#325) 2024-01-04 13:05:17 +09:00
ci-auth-js.yml added auth.js middleware (#326) 2023-12-29 04:30:25 +09:00
ci-bun-transpiler.yml ci(bun-transpiler): fixed CI setting 2024-01-08 07:37:33 +09:00
ci-clerk-auth.yml
ci-esbuild-transpiler.yml feat: esbuild Transpiler Middleware (#231) 2023-11-05 10:57:04 +09:00
ci-firebase-auth.yml
ci-graphql-server.yml
ci-hello.yml
ci-medley-router.yml
ci-oauth-providers.yml chore: migrate to `yarn v4` (#299) 2023-12-13 15:54:00 +09:00
ci-oidc-auth.yml feat: Add OpenID Connect authentication middleware (#372) 2024-02-13 11:14:48 +09:00
ci-prometheus.yml feat: Adding hono/prometheus middleware (#340) 2024-01-25 08:47:57 +09:00
ci-react-renderer.yml chore(react-renderer): add CI and update lock file/package.json (#314) 2023-12-16 10:34:54 +09:00
ci-sentry.yml
ci-swagger-ui.yml feat: swagger ui middleware (#230) 2023-11-04 18:18:20 +09:00
ci-trpc-server.yml
ci-typebox-validator.yml
ci-typia-validator.yml
ci-valibot-validator.yml
ci-zod-openapi.yml chore: add lint rule and format (#367) 2024-01-29 22:53:43 +09:00
ci-zod-validator.yml
release.yml