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:CreatedName Type token string -
401
Status:UnauthorizedName Type token string
/api/v1/auth/logout¶
POST¶
Logout current user with jwt token
Responses
-
201
Status:CreatedName Type message string -
401
Status:UnauthorizedName Type token string