dnovikov/ironio-oauth

The library which allows iron.io workers to authenticate themselves on sites using OAuth 2 protocol.

dev-master 2014-02-03 21:31 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:30:49 UTC


README

This is the library which allows iron.io workers to authenticate themselves on sites using OAuth 2 protocol. Usually it is used for web callbacks. The library is based on lusitanian/oauth library.

Examples

See "example" directory.

Usage

It is really simple after you fill in configuration settings. For code usage see worker-example.php file.