LW
03/09/2023, 6:59 AMsignin
api from the supertokens.Middleware when I got the error response
json
{
"status": "WRONG_CREDENTIALS_ERROR"
}
the http status code that I got is 200? is this as expected or is this a mistake from my end?
using Go 1.18 and implemented it like this:
go
//adding the supertokens middleware
app.Use(adaptor.HTTPMiddleware(supertokens.Middleware))
rp
03/09/2023, 7:00 AMLW
03/09/2023, 7:01 AM