keratin / authn-go

Go client library for Keratin AuthN
https://github.com/keratin/authn-server
GNU Lesser General Public License v3.0
32 stars 10 forks source link

Added Created ID To ImportAccount #11

Closed thenhawke closed 5 years ago

thenhawke commented 5 years ago

The ImportAccount api call returns the ID of the created account, however the client library never returns it. Added code to parse the id from AuthN and return it to the caller.