Closed k1ng440 closed 5 years ago
The HTTP API layer has not been implemented yet. Only JWT components have been.
Once you get your user's id using authn.SubjectFrom
you can use any HTTP client on this API to get user's authn details: https://github.com/keratin/authn-server/blob/master/docs/api.md#get-account
Or you could contribute HTTP helper functions for the same. I dont think anyone is working on them as of now.
i am working on it.
this client seems to be nothing like ruby client. how to make calls to authn?