|
|
|
|
|
by jeroenhd
1665 days ago
|
|
Hyphens and underscores are often permitted characters in usernames, more so than exclamation marks or other special characters. I don't really see what problem using a hyphen in a username could pose, unless there's some kind of filter being applied that doesn't take into account the previously permitted characters. I'd guess someone applied an [A-z0-9]+ without thinking too much about it because that's what the current username rules are. I'm more surprised that there's a second authorization endpoint, Github could've just used their existing OAuth2 implementation to log users in if they didn't want to reuse the existing login code. |
|