Requesting for more customization on the createToken endpoint:
https://appwrite.io/docs/references/cloud/server-dart/users#createToken
I understand we can now specify the length and expiry period of the token, but suggesting to also specify the type (?) of token. i.e numbers only, letters only, mix of both, etc.
This would suit better conditions where a custom login flow uses the token for cases such as OTP.
TL;DR
Developers are requesting a way to specify the type of token (numbers only, letters only, etc.) on the createToken endpoint. This would enhance customization for specific use cases like OTP for custom login flows.