AniTrend / anitrend-v2

Rewrite project for AniTrend 🔥
GNU General Public License v3.0
47 stars 6 forks source link

Authentication: AniList authentication integration #66

Closed wax911 closed 3 years ago

wax911 commented 4 years ago

AniTrend Issue Guidelines

Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.

You may find an answer in already closed issues: https://github.com/AniTrend/anitrend-v2/issues?q=is%3Aissue+is%3Aclosed

Planning Information

As part of the authentication process, the android-auth module is to implement the authentication flow covering the user interface and interaction use-case. The user interface should provide two authentication methods:

Anonymous

Anonymous state is when the application does not provide the anilist platform with any authorisation code

Authenticated

Authenticated state is when the application makes use of an authorisation code to make requests on the behalf of the user, this intern unlocks additional features which cannot be used/accessed without being authenticated

Solution Information

Use androidx.browser:browser to implement custom tabs which should simplify handling intent callbacks compared to using simple browser intents.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.