Skip to content
uzyn edited this page May 28, 2012 · 5 revisions

TL;DR

Implement your Opauth callback based on example/callback.php

About Opauth Security

As Opauth uses basic HTTP transports during callback, data integrity may be affected during transit.

As such, to ensure that a user who authenticates with Opauth is who he claims he is, Opauth included a few security features built-in to the main core library.

After