My-Code-Incubator / Login-Automation

This is a Python-based API project designed to automate the login process for a mobile application. The API will simulate user interactions and handles session registration, browser authentication, and authorization token retrieval, providing a seamless and automated way to authenticate users.
3 stars 0 forks source link

Implement Authorization Token Retrieval #7

Open TgkCapture opened 1 month ago

TgkCapture commented 1 month ago

Develop the functionality to retrieve the authorization token using the access token obtained during browser authentication.

Tasks:

  1. Create a new endpoint /retrieve_authorization_token

  2. Capture the access token from the request body.

  3. Send a POST request to example.com with the access token

  4. Handle the response to extract and return the authorization token.

This implementation will have to wait for issue#2 to be complete.

89Tain commented 1 month ago

Got this one... @TgkCapture

TgkCapture commented 1 month ago

@89Tain making progress?