Description
Issue opened for the creation of a wiki page that summarizes the doubts and problems for newbies (#210).
I read #234 (comment) but I think this should be in our backlog.
Authboss is amazing and for people like me who are using it as an endpoint for JSON-API requests it's important to handle:
-
incorrect requests return status code 200 #234, incorrect requests return status code 200 in case of a faulty request (like wrong credentials or invalid recovery token). It's extremely important also because Chrome (for example) after the login POST request if the 200 status code is present shows popup for saving password ALSO if username/password are wrong!
-
Message {"status":"success"} on GET call on /login endpoint? #248, user can get the message
{"status":"success"}
on GET calls on/login
endpoint -
Is it possibile to use
CorceRedirectTo200
in master? #251, handle renderer/redirector logic instead ofCorceRedirectTo200
"solution"