D
D
dsrk_dev2016-08-11 16:50:57
ASP.NET
dsrk_dev, 2016-08-11 16:50:57

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

1 answer(s)
L
LiptonOlolo, 2016-08-17
@LiptonOlolo

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 question

Ask a Question

731 491 924 answers to any question