L
L
Leonid Rezvitsky2018-04-19 14:26:43
PHP
Leonid Rezvitsky, 2018-04-19 14:26:43

How to properly make oauth authorization for third-party sites?

Hello, I want to make oauth for my project on my site for other projects. Please tell me how to implement it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Sisyukin, 2018-04-20
@Caarl

Read the protocol specification Determine the grand
type that suits you And
then it's better to do everything yourself, if you're too lazy, you can use this /oauth2-server-php ( you were offered it above) it stores the token in the clear not through the token id , the build status itself fail key and access is checked through the public key

S
svetlov97, 2018-04-19
@svetlov97

You need to look into this -> https://bshaffer.github.io/oauth2-server-php-docs/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question