parent
c3b67a6c3b
commit
9443cb018a
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@hono/oauth-providers": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix(@hono/oauth-providers): google provider attach custom parameters
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/oauth-providers
|
# @hono/oauth-providers
|
||||||
|
|
||||||
|
## 0.6.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#697](https://github.com/honojs/middleware/pull/697) [`c3b67a6c3b493482833f5b030596906286da62b8`](https://github.com/honojs/middleware/commit/c3b67a6c3b493482833f5b030596906286da62b8) Thanks [@taishinaritomi](https://github.com/taishinaritomi)! - fix(@hono/oauth-providers): google provider attach custom parameters
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/oauth-providers",
|
"name": "@hono/oauth-providers",
|
||||||
"version": "0.6.0",
|
"version": "0.6.1",
|
||||||
"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": [
|
||||||
|
|
Loading…
Reference in New Issue