OPI Blog
Learn from experts in their fields

Browsing Tags: Oauth2

Feb 9, 2021
Accessing Google Services Using Flutter
I’ve been interested with Flutter for a couple of years and have written some simple apps to try it out. One of the apps has basic export functionality that just writes a file to the ...
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 ...