2015-06-14 UTC
#
aaronpk melvster: re: OAuth, there is an extension to OAuth 2.0 called "token introspection" which is meant to give you information about the token. In pure OAuth 2.0, you don't need to know a user ID to be able to use tokens, but in practice, everyone wants to know user data, so now there is OpenID Connect, IndieAuth (oauth + identity) or snowflake APIs for it
