You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
@amokrushin, please let me know if this solves your issue.
Sorry everyone for neglecting this repo recently. I've been a little distracted from working with the good people at CSAIL on OIDC for https://solid.mit.edu/
New packages in the works that should eventually find their way back into Anvil Connect :) Ping me on gitter if anyone wants a preview. We could use the extra eyes.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to reproduce:
send signout request with post redirect uri and valid token
connect/oidc/signout.js
Lines 53 to 67 in a21dd1f
In that case both
res.sendStatus(204)
andres.redirect(303, postLogoutUri)
will be called in the same request and will cause the errorThe test passed because there is a mistake:
62b538b
The text was updated successfully, but these errors were encountered: