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 Session Registration #5

Closed TgkCapture closed 3 months ago

TgkCapture commented 3 months ago

Develop the functionality to automate the initial session registration process by sending a request to the JSONPlaceholder for Development endpoint to obtain a client ID/user id.

Tasks:

  1. Create a new endpoint /register_session in the Flask application.

  2. Capture necessary parameters (user agent, device ID, signature) from the request body.

  3. Send a POST request to https://jsonplaceholder.typicode.com/posts with the captured parameters.

  4. Handle the response to extract and return the client ID.

TgkCapture commented 3 months ago

@KentChunga making progress?

KentChunga commented 3 months ago

@KentChunga making progress?

Yeah, there is progress.