Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Access token renewal functionality #25

Open
7 tasks
dubdabasoduba opened this issue Feb 27, 2023 · 0 comments
Open
7 tasks

Add the Access token renewal functionality #25

dubdabasoduba opened this issue Feb 27, 2023 · 0 comments
Assignees
Labels
Enhancement New feature or request Ready for engineering This are issues that have been scope out and are ready to be worked on Sample Application The proposed changes affect the Sample app

Comments

@dubdabasoduba
Copy link
Collaborator

Context

  • The MOMO API requires an Access Token when performing requests
  • Write the functionality to authenticate and use that Access token when making requests to the API

Implementation

  • Make sure the sample app requests the access tokens correctly from the server.
  • Store the access token on the android account manager
  • Write the functionality to renew the token whenever it expires.
  • This should be triggered when the user displays the splash screen.

Acceptance Criteria

  • The app should request an access token from the server
  • The access token should be saved on the account manager
  • The access token should be usable on the different requests that need it.
@dubdabasoduba dubdabasoduba added Enhancement New feature or request Sample Application The proposed changes affect the Sample app Ready for engineering This are issues that have been scope out and are ready to be worked on labels Feb 27, 2023
@dubdabasoduba dubdabasoduba self-assigned this Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Ready for engineering This are issues that have been scope out and are ready to be worked on Sample Application The proposed changes affect the Sample app
Projects
None yet
Development

No branches or pull requests

1 participant