You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a feature request to support string-based Client ID. IMHO, having an auto-incremented Client ID is pretty plain and might lead to security vulnerability (i.e. brute-force attack on implicit grants).
I would suggest to have something like this on the Client Model:
Just a feature request to support string-based Client ID. IMHO, having an auto-incremented Client ID is pretty plain and might lead to security vulnerability (i.e. brute-force attack on implicit grants).
I would suggest to have something like this on the Client Model:
And have something like this on the Passport helper:
I'd be happy to create a PR request if this one is planned.
The text was updated successfully, but these errors were encountered: