On the server side, we don't need to strictly limit the client id type to string. We just need to allow the client id to be string. For comparisons, client id values will first be converted to strings. If using a number or BigInt client id value, your client service get methods should accept both strings and the type of your client ids.
Closes https://github.com/udibo/oauth2_server/issues/30
On the server side, we don't need to strictly limit the client id type to string. We just need to allow the client id to be string. For comparisons, client id values will first be converted to strings. If using a number or BigInt client id value, your client service get methods should accept both strings and the type of your client ids.