Backend Integration & User Authentication #23
Labels
No labels
Deploy
RBAC
authentication
bug
documentation
duplicate
enhancement
frontend
good first issue
help wanted
invalid
question
routing
security
state-management
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AndreFerreira5/starranja-app#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Integration of the frontend authentication system (React Native/Expo) with the backend.
Changes Implemented
apiClientwith Bearer token authentication support/auth/loginendpoint for user authenticationIntegrated Endpoints
POST /auth/login- User authenticationModified Files
api/client.ts- HTTP client with authentication supportapi/config.ts- API base URL configurationapp/(auth)/sign-in.tsx- Integrated login component