parent
d2696c46ba
commit
c5dd9ab52a
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/swagger-ui': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added support for `persistAuthorization`.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/oauth-providers': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add oauth-providers middleware
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# @hono/oauth-providers
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#262](https://github.com/honojs/middleware/pull/262) [`d2696c4`](https://github.com/honojs/middleware/commit/d2696c46ba529dade19a27e4be1fb38fdbf247ab) Thanks [@monoald](https://github.com/monoald)! - Add oauth-providers middleware
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/oauth-providers",
|
"name": "@hono/oauth-providers",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"description": "Social login for Hono JS, integrate authentication with facebook, github, google and linkedin to your projects.",
|
"description": "Social login for Hono JS, integrate authentication with facebook, github, google and linkedin to your projects.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/swagger-ui
|
# @hono/swagger-ui
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#265](https://github.com/honojs/middleware/pull/265) [`2e69707`](https://github.com/honojs/middleware/commit/2e697077bfa74b7983a026fa8f50d54502784056) Thanks [@scarf005](https://github.com/scarf005)! - Added support for `persistAuthorization`.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/swagger-ui",
|
"name": "@hono/swagger-ui",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "A middleware for using SwaggerUI in Hono",
|
"description": "A middleware for using SwaggerUI in Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue