All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.continual.http.service.framework.helpers.endpoints.authPaths.conf Maven / Gradle / Ivy

There is a newer version: 0.3.16
Show newest version
package io.continual.http.service.framework.helpers.endpoints

###############################################################################
#
#	POST:
#		{ "username": "[email protected]", "password": "myPassword" }
#	RECV:
#		200 { "status": "ok", "token": "" }
#
GET		/login		UiAuthEndpoints.getLogin
POST	/login		UiAuthEndpoints.postLogin

#
#	Logout
#
POST	/logout		UiAuthEndpoints.logout
GET		/logout		UiAuthEndpoints.logout





© 2015 - 2024 Weber Informatics LLC | Privacy Policy