DEV Community

Discussion on: Using JWTs for Authentication in RESTful Applications

Collapse
 
nitingaur6817 profile image
nitingaur6817

Thx for a. great article. I had a quick question on enabling callbacks with JWT/Serverless... since we do not maintain sessions and in some cases we need to implement a callback to client either for redirect or conversational state and not for a web apps but say API services. -- is there anyway to achieve that? or do I need to implement session state?