We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83adb2 commit ebe2b25Copy full SHA for ebe2b25
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 0.3.0 (2024-09-12)
2
+
3
4
+### 🚀 Features
5
6
+- Add sign in with auth.js button to admin login page ([c24eb72](https://github.com/CrawlerCode/payload-authjs/commit/c24eb72))
7
8
+### 🩹 Fixes
9
10
+- **middleware:** Middleware implementation ([47911bf](https://github.com/CrawlerCode/payload-authjs/commit/47911bf))
11
12
## 0.2.1 (2024-09-11)
13
14
package.json
@@ -1,6 +1,6 @@
{
"name": "payload-authjs",
- "version": "0.2.1",
+ "version": "0.3.0",
"type": "module",
"repository": "[email protected]:CrawlerCode/payload-authjs.git",
"description": "A Payload CMS 3 plugin for Auth.js 5",
0 commit comments