-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels