Hey <@498057949541826571> I was wondering how diff...
# general
a
Hey @rp I was wondering how different microservices will authenticate request. Found this https://stackoverflow.com/questions/49836268/how-to-deal-with-authentication-in-a-micro-services-architecture
Can you tell where supertokens will fit in the diagrams in above overflow question?
r
So a simple solution would be the issue a JWT using our session recipe, extract that from the access token payload and send that to the micro service for auth
3 Views