When a verified signup is created, an auth token will be created as well. We'd like to require a device name to be required so it can be attached as metadata to the auth token. This should make auditing for the user easier than looking at random strings.
Reated to #1
When a verified signup is created, an auth token will be created as well. We'd like to require a
device name
to be required so it can be attached as metadata to the auth token. This should make auditing for the user easier than looking at random strings.