express-oauth-server icon indicating copy to clipboard operation
express-oauth-server copied to clipboard

Support other redirect codes

Open mjsalinger opened this issue 8 years ago • 0 comments

The OAuth2 spec suggests 302 redirects as the default but allows for any method of redirecting the user agent. Add support for other redirect codes:

301 302 303 307 308

mjsalinger avatar Nov 11 '16 12:11 mjsalinger