How should I start with OAuth server at PHP -
The following example of the OAuth server was found
but this is not clear to me 1. How should I do Generate certificates
-
How should I specify access tokens / access token secret / request token / request token secret, should they be stored in the database? Should each item be reproduced?
-
Where should I apply the access token verification?
Please advise
generate a certificate To do this, you need to create a CSR (Certificate Signature Request)
If you have access to cPanel, you can easily generate a CSR if you do not do this, You will need to download some software to generate.
After your CSR, you can proceed for a free certificate. However, warn: All modern browsers do not trust CACECT, so you can get warnings. If you do not want this, you will have to pay for a certificate from a professional provider like VeriSign.
Comments
Post a Comment