Closed V-FEXrt closed 6 months ago
Add the route POST /auth/check which returns 200 on valid auth key and 401 on invalid auth key. It will be used as an early warning to actors they they may have incorrectly specified their auth key when connecting to the rsc
POST /auth/check
200
401
Add the route
POST /auth/check
which returns200
on valid auth key and401
on invalid auth key. It will be used as an early warning to actors they they may have incorrectly specified their auth key when connecting to the rsc