Getting next-auth-steam to work with create-t3-app
According to
next-auth-steam
's examples i should override jwt()
and session()
callbacks like this
https://github.com/Nekonyx/next-auth-steam/blob/master/examples/app-router-get-server-session/app/auth.ts#L17C7-L29C8
so I can access steam user data in session, i assume ?
However this does not work in create-t3-app
( or maybe I am just missing out on something )1 Reply
I did some changes that theoretically should fix the issue,
1. declared
next-auth/jwt
so it has steam
property
2. minimally modified callbacks
Unlucky this did not resolve issue and I am getting following session error
Maybe someone who understands way better than me, could give some hints, what am I missing out on