udibo / oauth2_server

A standards compliant implementation of an OAuth 2.0 authorization server with PKCE support.
MIT License
21 stars 4 forks source link

Allow `number` to be used for `ClientInterface`.id #30

Closed AnInternetTroll closed 3 years ago

AnInternetTroll commented 3 years ago

SQL databases in particular usually use number IDs for their rows/documents. This feature would mean the developer has to write less boilerplate number to string conversion code to make everything work.