Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restrict client_id and client_secret charsets
The OAuth2 spec allows these to be zero or more visual ASCII characters. https://tools.ietf.org/html/draft-ietf-oauth-v2-31#appendix-A.1 > VSCHAR = %x20-7E > > A.1. "client_id" Syntax > The "client_id" element is defined in Section 2.3.1: > client-id = *VSCHAR > > A.2. "client_secret" Syntax > The "client_secret" element is defined in Section 2.3.1: > client-secret = *VSCHAR
- Loading branch information