Relocate API request to our local backend
Finish Registration (Validation, etc.)
- Complete registration process by implementing validation and any necessary steps.
- As result with success login/register we should get APIKey - STORED SECURLY
Check Backend Connection in NPM Build
- Verify the connection to the backend in the NPM build.
- If needed, make improvements.
- Ensure the use of production environment variables (
.env) pointing to our domain.
Align Requests
- Ensure requests are directed to our local API instead of open source APIs.
Sample migration
=> http://127.0.0.1:8000/api/{endpoint_xyz}
Edited by Jakub Cisoń
