Authenticate driver
POST/auth/token
Authenticates a driver and generates a JWT token for secure access to driver services.
Responses
- 200
- 401
- 412
- 500
Authentication successful. Returns the JWT token.
Unauthorized request.
The driver's email has not been validated.
Internal Server Error.