|
|
|
|
|
by rmccue
4477 days ago
|
|
If you control both the OAuth client and server (that is, the client is always trusted and doesn't need manual authorization), you can dispense with request tokens and just issue access tokens directly, and forget about the whole authorization flow. |
|