Releases: jowo-io/next-auth-pubkey
Releases · jowo-io/next-auth-pubkey
v1.0.9
tweaking path index calculation in getHandler method so paths are more reliably caught
v1.0.8
fixing a further typing bug where pages and app router types are returns as optional rather than static
v1.0.7
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.4
- 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
removing references to "Lightning" in favour of references to "Pubkey" in the README file
v1.0.2
renaming main export suffix - change from NextAuthLightning to NextAuthPubkey
v1.0.1
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
Hello world! This is the very first beta release including all of the core functionality documented in the README.md.