Thursday 31 December 2020

Next Js combined with an external REST API Authentication and atuhorization

I have already an application built with Node Js and express , also I have a front end using create-react-app with redux , but now I would like to move it to next Js, but I've got stuck because I do not the right way to authenticate and authorize using my rest Full API, I want to mention that my API already handle this using JWT (saving it within a cookie)



from Next Js combined with an external REST API Authentication and atuhorization

No comments:

Post a Comment