Skip to content

Releases: CrawlerCode/payload-authjs

v0.6.1

05 Feb 22:53

Choose a tag to compare

0.6.1 (2025-02-05)

🩹 Fixes

  • Fix findField function for subfields (#13)

📖 Documentation

🏡 Chore

  • deps: Update npm dependencies (804f3f3)

v0.6.0

27 Jan 22:13

Choose a tag to compare

0.6.0 (2025-01-27)

🚀 Features

  • Add support for virtual fields (jwt session strategy) (d20f863)
  • Add PayloadAuthjsUser helper type for authjs module declaration (c7e8f08)
  • withPayload: Add custom evens to withPayload function (89e749c)

🩹 Fixes

  • PayloadAdapter: Improve data transformation and forward additional fields (9052f38)

🏡 Chore

v0.5.0

25 Jan 17:40

Choose a tag to compare

0.5.0 (2025-01-25)

🚀 Features

  • Allow to customize the sign in button (#7)
  • Improved users collection & add better support for customization (18810ec)
  • basic-example: Add basic-example project (76fc27a)

🩹 Fixes

  • PayloadAdapter: Fix not found error on first sign in (afd1273)

🏡 Chore

  • Add github issue template (5038483)
  • Update dependencies (e74b980)
  • Move README and add symlink (8b15168)
  • Set minimal required payload version to 3.1.1 (c621343)
  • Add banner (da224a0)

DATABASE SCHEMA CHANGE

Previously, this plugin always added session and verification token tables. Starting from 0.5.0, the plugin determines whether you are using these features and adds the fields/tables conditionally. For this reason, the database schema is changed and you must create a migration.

Further information can be found in the discussions #9

v0.4.0

08 Dec 16:12

Choose a tag to compare

0.4.0 (2024-12-08)

🚀 Features

  • Set default access control (read, update and delete own user) (edaf753)

🩹 Fixes

  • PayloadAdapter: Check account provider in getUserByAccount method (75b88c0)

🏡 Chore

  • Migrate to payload 3 stable version (2db3139)
  • Update dependencies (d7338aa)

v0.3.4

03 Nov 18:11

Choose a tag to compare

0.3.4 (2024-11-03)

🩹 Fixes

  • getPayloadUser: Throw no serverURL error after cookie statement (#5)
  • getPayloadUser: Improved type (9866498)

📖 Documentation

v0.3.3

30 Oct 16:19

Choose a tag to compare

0.3.3 (2024-10-30)

🩹 Fixes

🏡 Chore

  • Migrate to @payloadcms/eslint-config 3 beta (7d0ec8d)
  • dev: Update payload files (e4a6282)

v0.3.2

29 Oct 19:43

Choose a tag to compare

0.3.2 (2024-10-29)

🩹 Fixes

🏡 Chore

v0.3.1

06 Oct 17:17

Choose a tag to compare

0.3.1 (2024-10-06)

🩹 Fixes

  • Replace middleware by overwriting payload logout endpoint to destroy authjs session (82b71c8)

🏡 Chore

  • Update dependencies (4ad020d)
  • Update nx configuration for conventional commits (7ac9c78)

v0.3.0

12 Sep 21:23

Choose a tag to compare

0.3.0 (2024-09-12)

🚀 Features

  • Add sign in with auth.js button to admin login page (c24eb72)

🩹 Fixes

  • middleware: Middleware implementation (47911bf)

v0.2.1

11 Sep 17:10

Choose a tag to compare

0.2.1 (2024-09-11)

🩹 Fixes

  • payload-adapter: Allow user registration when using magic link (#2)