Skip to content

Releases: random-bits-studio/use-siwe

v2.0.2

15 Jan 14:49
Compare
Choose a tag to compare

2.0.2 (2023-01-15)

Performance Improvements

v2.0.1

13 Jan 03:37
Compare
Choose a tag to compare

2.0.1 (2023-01-13)

Bug Fixes

  • bump version to skip burned npm version (1d4e505)

v2.0.0-next.11

13 Jan 03:19
Compare
Choose a tag to compare
v2.0.0-next.11 Pre-release
Pre-release

2.0.0-next.11 (2023-01-13)

Features

  • change Nextjs siweApi to be a function that reurns a NextApiHandler (8140a94)

BREAKING CHANGES

  • siweApi is no longer a NextApiHandler but instead a function
    that returns a NextApiHandler

v2.0.0-next.9

11 Jan 02:52
Compare
Choose a tag to compare
v2.0.0-next.9 Pre-release
Pre-release

2.0.0-next.9 (2023-01-11)

Bug Fixes

  • change sign in schema to accept siwe message object instead of string (14d23c7)

v2.0.0-next.8

11 Jan 02:35
Compare
Choose a tag to compare
v2.0.0-next.8 Pre-release
Pre-release

2.0.0-next.8 (2023-01-11)

Bug Fixes

  • add content type header to sign in request (5d8751c)

v2.0.0-next.10

11 Jan 03:01
Compare
Choose a tag to compare
v2.0.0-next.10 Pre-release
Pre-release

2.0.0-next.10 (2023-01-11)

Bug Fixes

  • update the rest of sign in functionality to use Siwe message object (dda202c)

v2.0.0-next.7

04 Jan 22:55
Compare
Choose a tag to compare
v2.0.0-next.7 Pre-release
Pre-release

2.0.0-next.7 (2023-01-04)

Bug Fixes

  • revert ironSession middleware, to be added at app level (0defb59)

v2.0.0-next.6

04 Jan 22:22
Compare
Choose a tag to compare
v2.0.0-next.6 Pre-release
Pre-release

2.0.0-next.6 (2023-01-04)

Bug Fixes

  • add ironSession middleware to auth router (e0d8a6c)

v2.0.0-next.5

04 Jan 05:57
Compare
Choose a tag to compare
v2.0.0-next.5 Pre-release
Pre-release

2.0.0-next.5 (2023-01-04)

Bug Fixes

  • correct message validation (cae66c8)

v2.0.0-next.4

04 Jan 05:43
Compare
Choose a tag to compare
v2.0.0-next.4 Pre-release
Pre-release

2.0.0-next.4 (2023-01-04)

Features

  • add better validation error message (15f5367)