Skip to content

Releases: jowo-io/next-auth-pubkey

v1.0.9

29 Mar 06:26
Compare
Choose a tag to compare

tweaking path index calculation in getHandler method so paths are more reliably caught

v1.0.8

28 Mar 19:17
Compare
Choose a tag to compare

fixing a further typing bug where pages and app router types are returns as optional rather than static

v1.0.7

28 Mar 19:01
Compare
Choose a tag to compare

fixing bug with nextjs 15 support in app router handler. it was throwing a type error for unrecognised second argument "response". so this unused argument has been removed and the main hander refactored to fix this typing issue

v1.0.6

28 Mar 14:09
Compare
Choose a tag to compare

adding react 19 support

v1.0.5

28 Mar 13:50
Compare
Choose a tag to compare

add next 15 support

v1.0.4

21 Oct 08:47
Compare
Choose a tag to compare
  • renaming the next-auth-pubkey "session" argument so that it's not confused with the "next-auth" session object
  • adding prisma example app

v1.0.3

19 Oct 19:34
Compare
Choose a tag to compare

removing references to "Lightning" in favour of references to "Pubkey" in the README file

v1.0.2

19 Oct 18:03
Compare
Choose a tag to compare

renaming main export suffix - change from NextAuthLightning to NextAuthPubkey

v1.0.1

19 Oct 17:29
Compare
Choose a tag to compare

move the project from beta. also removes generator avatar/name functions from codebase but allows custom user defined generators. and finally, fixes a few bugs found while testing, mainly in how the app API code needs to be structured.

v1.0.0-beta.1

18 Dec 19:08
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Hello world! This is the very first beta release including all of the core functionality documented in the README.md.