An open API service indexing awesome lists of open source software.

https://github.com/secondfry/school21-oauth


https://github.com/secondfry/school21-oauth

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# oauth.secondfry.ru

```
# Authorize
# @see https://github.com/secondfry/school21-randomcoffee/blob/master/handlers/commandStart.py#L110-L114
https://oauth.secondfry.ru/api/oauth/authorize

# Token
# @see https://github.com/secondfry/school21-randomcoffee/blob/master/handlers/commandStart.py#L56-L62
https://oauth.secondfry.ru/api/oauth/token

# Authenticate
# @see https://github.com/secondfry/school21-randomcoffee/blob/master/handlers/commandStart.py#L65-L72
https://oauth.secondfry.ru/api/oauth/authenticate
```