Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 785 Bytes

CHANGELOG.md

File metadata and controls

61 lines (31 loc) · 785 Bytes

@alpakaslab/nextjs-jwt-auth

0.1.2

Patch Changes

  • 2180764: fix signIn return type

0.1.1

Patch Changes

  • f0da1d6: add user data in signin return

0.1.0

Minor Changes

  • ac1668a: update dependencies and fix small typo issues

0.0.8

Patch Changes

  • 06ad33f: fix cookies delete to cookies set to avoid issues

0.0.7

Patch Changes

  • f43c874: update cookie delete function

0.0.6

Patch Changes

  • a079df2: update how cookies are called try to fix production issues

0.0.5

Patch Changes

  • 27cdbcc: fix middleware return function

0.0.4

Patch Changes

  • 60c1e9e: export jwt type

0.0.3

Patch Changes

  • a642ed6: fix options and jwt type

0.0.2

Patch Changes

  • 4049938: first version