This repo contains a minimal client for the KBase Auth2 server, covering only the most common operations - e.g. validating tokens and user names. For those functions, it is backwards compatible with ...
I'm using a backend to serve an angularjs application which authenticates the user before sending the index.html. I want to authenticate on the client side to communicate with an endpoints api without ...