Haven’t dived into new technologies for a while. Did several interesting things:
- OAuth 2.0 Provider Implementation – Implement both authorization provider and resource provider on Tornado, using oauth2lib.
- Redis – Used to store/retrieve OAuth codes and tokens.
- Social login – Refactored social logins so that it uses event bus to communicate the states
- Basic skeleton of Android API client and service
- Retrofit – An awesome RESTful client.