Answer the question
In order to leave comments, you need to log in
Authorization in dzhang by api from another service?
Hello, tell me the ways by which I can do authorization.
I have a service that has a personal page with some data. I need to log in with a login and password from a third-party service on my site and get data via api.
how do i connect the method api method by which i log in and django authentication ?
I can check the request status and pass jisung as an object. but it does not have a primary key and therefore I cannot use it
Answer the question
In order to leave comments, you need to log in
If the "third-party service" is some kind of social network, then there should be a lot of documentation for it. The keyword is OAuth.
If the "third-party service" is under its own control, then again Oauth (it is necessary to cut on both services) or other methods. Keywords: SSO - Single Sign-On, CAS - Central Authentication Service.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question