PHP, meet OAuth 2.0
Over the last few months I’ve been developing a PHP library that helps you work with OAuth 2.0 in a number of different ways: Develop an authentication server which can be used as part of a web “single...
View ArticleSecuring your API with OAuth 2.0
In a previous post I announced my new OAuth 2.0 PHP libraries. In this post I will show you how to use the server library to secure a simple API with OAuth 2.0. Install the library The recommended way...
View ArticleEasily integrate other OAuth 2.0 identity providers with PHP
One of the other PHP libraries I’ve been working for Linkey is a PHP library that makes working with other OAuth 2.0 identity providers “stupidly easy”. I think I’ve done that and it’s time to announce...
View ArticleOAuth 2.0 PHP Library
Throughout the Linkey project I’ve been working on a number of PHP libraries that aim to make working with OAuth 2.0 easier. The library is now at version 2.1, implements the entire core OAuth 2.0...
View Article