Wallogit.com
2017 © Pedro Peláez
OAuth2 Server
based on RFC6749, (*1)
Supports several grant types: - implicit - authorization code - username/password pair - client credentials - refresh token, (*2)
Your custom server implementation can specify which grant types to support implementing one or more interfaces - ImplicitInterface, AuthCodeInterface etc. This will eliminate the need to implement something you will not use., (*3)
Uses bearer tokens as desribed in RFC6750, (*4)
The client is not very stable for now! But you can use one of many existing OAuth2 clients, (*5)