Skip to main content

Current session info

GET 

/auth/me

Reads the sw_id / sw_access / sw_state cookies, decodes (without verifying) the JWTs, and returns the merged user profile + tenant id. Returns { authenticated: false } if no cookies are present.

Request

Responses

Either an authenticated profile or { authenticated: false }.