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
- Developer wants more customization on the createToken endpoint to specify the type of token (numbers, letters, mix)
- Specifically useful for custom login flow using tokens for OTP
- Request for more flexibility in token generation types to meet specific needs.