Hello everyone! I’m using SuperTokens self-hosted ...
# support-questions-legacy
t
Hello everyone! I’m using SuperTokens self-hosted for a social login. Our main api server based on ASP.NET and auth server that’s connecting to ST Core is running Express. I’m looking for a solution to add email and thirdPartyId to access token claims. I’m overriding
createNewSession
in
Session.init
but I can’t figure out where can I get user’s email and thirdPartyId used to login. I see they are present in Dashboard but I don’t know how can I get that data in overriden method. As I see, there’s no such data in
input
of the method.
2 Views