https://github.com/secondfry/school21-oauth
https://github.com/secondfry/school21-oauth
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/secondfry/school21-oauth
- Owner: secondfry
- Created: 2022-10-03T20:39:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T15:56:01.000Z (over 3 years ago)
- Last Synced: 2024-04-09T15:32:39.349Z (about 2 years ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```