N
N
Nikita Reshetnyak2019-09-15 14:26:30
OAuth
Nikita Reshetnyak, 2019-09-15 14:26:30

How to implement nodejs access restricted authorization system?

Good day. There was a task to make an authorization and authentication server, there is a certain application and it accesses the AUTH server when a user tries to log in and sends a response. The data validation mechanism is as clear as daylight to me, but here's how to restrict access to the server so that requests cannot be made from the left site. There was an idea to put a whitelist in cors, but how to give access to applications that do not have domains?
Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Melodin, 2019-09-16
@melodyn

Most likely, screw OAUTH so that access is only for registered applications.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question