express-oauth-server
express-oauth-server copied to clipboard
Support other redirect codes
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