File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.0 (2025-10-06)
2+
3+ ### 🚀 Features
4+
5+ - Add support for Auth.js passkey provider ([ #45 ] ( https://github.com/CrawlerCode/payload-authjs/pull/45 ) )
6+ - Receive the auth.js instance from the payload using getAuthjsInstance ([ 8230215] ( https://github.com/CrawlerCode/payload-authjs/commit/8230215 ) )
7+
8+ ### 🩹 Fixes
9+
10+ - Enforce stricter types ([ 50aa494] ( https://github.com/CrawlerCode/payload-authjs/commit/50aa494 ) )
11+ - Check user strategy in refresh hook ([ #47 ] ( https://github.com/CrawlerCode/payload-authjs/pull/47 ) )
12+
13+ ### 🏡 Chore
14+
15+ - Add bundle size badge to README ([ c8bdcd1] ( https://github.com/CrawlerCode/payload-authjs/commit/c8bdcd1 ) )
16+ - ** deps:** Update npm dependencies ([ dbd0141] ( https://github.com/CrawlerCode/payload-authjs/commit/dbd0141 ) )
17+ - ** nx:** Use payload-authjs as workspace package for dev project ([ 22021c4] ( https://github.com/CrawlerCode/payload-authjs/commit/22021c4 ) )
18+
119## 0.8.4 (2025-09-02)
220
321### 🩹 Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " payload-authjs" ,
3- "version" : " 0.8.4 " ,
3+ "version" : " 0.9.0 " ,
44 "type" : " module" ,
55 "description" : " A Payload CMS 3 plugin for Auth.js 5" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments