Paths for auth
Available in Taipy Enterprise edition
This section is relevant only to the Enterprise edition of Taipy.
Entry points that deal with authentication.
/api/v1/auth/login
¶
POST¶
Login with username and password
Request body:
LoginSchemaResponses
-
201
Status:Created
Name Type token string -
401
Status:Unauthorized
Name Type token string
/api/v1/auth/logout
¶
POST¶
Logout current user with jwt token
Responses
-
201
Status:Created
Name Type message string -
401
Status:Unauthorized
Name Type token string