Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable 255 chars length limit for redirect uri (#902) #903

Commits on Dec 11, 2020

  1. Disable 255 chars length limit for redirect uri (jazzband#902)

    RFC 7230 recommends to design system to be capable to work with URI at least
    to 8000 chars long. This commit allows handle redirect_uri that is over 255
    chars.
    
    Fixes issue jazzband#902.
    Pavel Tvrdik committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    f01f8f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    94de15a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    3af6e03 View commit details
    Browse the repository at this point in the history