Skip to content

ARCHIVED REPO - A basic quiz php app which connects to Frog3 via oAuth

Notifications You must be signed in to change notification settings

frog-fdp/Frog3-oAuth-Quiz-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived Repo

This is an archived project and is no longer supported or updated by Frog. Please do not file issues or pull-requests against this repo. If you wish to continue to develop this code yourself, we recommend you fork it.

Frog3 oAuth Demo App

This is a quick dev hack together of a working PHP application that uses oAuth to authenticate with Frog3. It is not for production as it is not secured in any way, but it can be used as a learning tool running locally.

Installation

Requires PHP5.2+ with:

  • SQLite extension (php_pdo_sqlite)
  • APC extension
  • oAuth PECL extension

To install the application you should run /setup.php to create the DB and required tables. Note that re-running this script will delete all current data.

Security (there is none!)

Note that this application is a learning tool with almost no validation or security. It should not be deployed to production, but rather run locally as a learning tool.

About

ARCHIVED REPO - A basic quiz php app which connects to Frog3 via oAuth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published