Skip to content

Commit 7da0c78

Browse files
committed
chore(release): v0.4.0
1 parent 5ae49ae commit 7da0c78

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
# Changelog
22

33

4+
## v0.4.0
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.3.9...v0.4.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Add Dropbox as supported oauth provider ([#183](https://github.com/atinux/nuxt-auth-utils/pull/183))
11+
- ⚠️ Call `fetch` hook if session is not empty instead of user defined ([#188](https://github.com/atinux/nuxt-auth-utils/pull/188))
12+
- ⚠️ Rename `oauth<Provider>EventHandler` to`defineOAuth<Provider>EventHandler` ([#189](https://github.com/atinux/nuxt-auth-utils/pull/189))
13+
- Add `hashPassword` & `verifyPassword` server utils ([0c4d050](https://github.com/atinux/nuxt-auth-utils/commit/0c4d050))
14+
- Webauthn (passkey) support ([a90b173](https://github.com/atinux/nuxt-auth-utils/commit/a90b173))
15+
16+
### 🩹 Fixes
17+
18+
- **steam:** Improve open id validation ([#184](https://github.com/atinux/nuxt-auth-utils/pull/184))
19+
20+
### 🏡 Chore
21+
22+
- Add state params in Google oauth ([f75e680](https://github.com/atinux/nuxt-auth-utils/commit/f75e680))
23+
- Update deps ([5ae49ae](https://github.com/atinux/nuxt-auth-utils/commit/5ae49ae))
24+
25+
#### ⚠️ Breaking Changes
26+
27+
- ⚠️ Call `fetch` hook if session is not empty instead of user defined ([#188](https://github.com/atinux/nuxt-auth-utils/pull/188))
28+
- ⚠️ Rename `oauth<Provider>EventHandler` to`defineOAuth<Provider>EventHandler` ([#189](https://github.com/atinux/nuxt-auth-utils/pull/189))
29+
30+
### ❤️ Contributors
31+
32+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
33+
- Gerben Mulder <[email protected]>
34+
- Julian Renard <[email protected]>
35+
- Estéban <[email protected]>
36+
- Ahmed Rangel ([@ahmedrangel](http://github.com/ahmedrangel))
37+
- Yizack Rangel ([@Yizack](http://github.com/Yizack))
38+
439
## v0.3.9
540

641
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.3.8...v0.3.9)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-auth-utils",
3-
"version": "0.3.9",
3+
"version": "0.4.0",
44
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
55
"repository": "atinux/nuxt-auth-utils",
66
"license": "MIT",

0 commit comments

Comments
 (0)