I am using an External Login Module which makes use of a Custom Identity Provider. I need to add a JWT token after the successful login. Where should I add that? I couldn't find any documentation about that.
Actually, I am looking for something else. See, I have this External User I am returning on authenticate method from ExternalIdentityProvider, and during the API call, I also get a JTW token which I want to write in the cookie. The problem is that I don't have access to the request & response and I was asking if anyone knows where could I add that.