↧
Quick update
I’ve not blogged in a little while so I thought I’d give an update on what is happening with Linkey. First I’ve been working with Paul in the library to capture (videos and screenshots) examples of...
View ArticlePHP, 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 ArticleDeveloping an OAuth 2.0 authentication server
This guide will show you how to setup an OAuth 2.0 authentication server which supports the authorization code grant type. Install the library The recommended way of installing the library is via...
View Article