Skip to content

taipy.enterprise.rest.api.resources.auth.LoginEndpoint

Bases: Resource

Login endpoint


post: tags: - api summary: Login description: Login with username and password requestBody: content: application/json: schema: LoginSchema responses: 201: content: application/json: schema: type: object properties: token: type: string example: YOUR_JWT_TOKEN 401: content: application/json: schema: type: object properties: token: type: string example: Invalid credentials