Hi,
first of all thanks for the awesome authn-server project. I just noticed that authn-go has some inconsistencies regarding the accountID type. In ImportAccount and int is returned while the other APIs all like to get a string. Though, the API it self returns the Account ID as a number.
I'd be happy to file a PR to fix that inconsistency but what is the type you actually want to expose to authn-go users? Since the API uses a number I guess an int would be more correct but that would break backwards-compatibility with v1.0.0.
Hi,
first of all thanks for the awesome authn-server project. I just noticed that
authn-gohas some inconsistencies regarding the accountID type. InImportAccountandintis returned while the other APIs all like to get astring. Though, the API it self returns the Account ID as a number.I'd be happy to file a PR to fix that inconsistency but what is the type you actually want to expose to authn-go users? Since the API uses a number I guess an
intwould be more correct but that would break backwards-compatibility with v1.0.0.