Describe the bug
Cannot handle redirect_uri longer then 255 chars. RFC 7230 recommends to design system to be capable to work with URI at least to 8000 chars long.
It is RECOMMENDED that all HTTP senders and recipients support, at a minimum, request-line lengths of 8000 octets.
To Reproduce
Send a request to AuthorizationView with redirect_uri longer than 255 chars.
Expected behavior
To save redirect_uri into Grant model.
Version
1.3.3