Answer the question
In order to leave comments, you need to log in
How to implement authorization by token in .net core?
There is a front on angular 2, there is a back on .net core. It is necessary to implement authorization by token, through third-party sites like VK. after which all communication between the back and the front must be done through the token. tell me how to implement
Answer the question
In order to leave comments, you need to log in
Well, you make a database into which you enter the token, and when you access the back, you check the token in the database, if there is one, you give an answer, if not, send away
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question