Skip to content

Compatible with Flood-UI/flood ? #149

Answered by jesec
Rhilip asked this question in Q&A
Discussion options

You must be logged in to vote

GET /api/auth/verify

/**
* GET /api/auth/verify
* @summary Verifies the connectivity and validity of session
* @tags Auth
* @security User
* @return {string} 401 - not authenticated or token expired
* @return {string} 500 - authenticated succeeded but user is unattached (this should NOT happen)
* @return {AuthVerificationResponse} 200 - success response - application/json
*/
router.get('/verify', (req, res) => {

Before 4.0, the route is /auth/verify.

Note that per current support policy, legacy versions of Flood are not supported.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Rhilip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants