metadata in next-auth
in next-auth is it possible to add metadata for special authrozations?
and I want to get this metadata in
session
it would be nicer if I can get that metadata in createUser
1 Reply
I think you could either use callbackurl on signin, or overriding state, and then read it on signin callback.