OPI Blog
Learn from experts in their fields

Browsing Tags: Oauth2

OkHttp Authenticator – Selectively Reauthorizing Requests
Leveraging OkHttp3’s Authenticator API to more intelligently handle re-authorizations in a mixed-auth environment. or: The Trials and Tribulations of Mixed-Auth Under Retrofit2/OkHttp3 Occasionally, when in the process of cutting over from legacy authentication mechanisms to ...
Feb 18, 2014
Single Sign-on With Rails, WordPress and Oauth2
In this post I will explain how to configure Rails to perform single sign-on authentication using Oauth2 and your hosted WordPress site as an authentication provider. I’ve worked on a few projects lately where there ...