added AniList Auth Pages

This commit is contained in:
2025-02-17 21:02:30 -05:00
parent 068e568ec6
commit 4d9c54a116
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# @name Load AniList Oauth Token
POST https://anilist.co/api/v2/oauth/token
Content-Type: application/x-www-form-urlencoded
Accept: application/json
grant_type=authorization_code
client_id={{ANILIST_APP_ID}}
client_secret={{ANILIST_SECRET_ID}}
redirect_uri=http://localhost:6734/callback
code={{ANILIST_CODE}}