Sha256: 2f9d25653a906ebb0350a302c18e07e2ec7aaf5f414c30e85e4308b387117649

Contents?: true

Size: 782 Bytes

Versions: 8

Compression:

Stored size: 782 Bytes

Contents

# Plain PHP Login - Example

A single view that demonstrates the Fidor API OAuth login flow and how to get 
an access token.

## Usage

Start your local php server:

    php -S localhost:8000

And point your browser to http://localhost:8000/example.php

If you run the example under a different url, please update the url in the 
source file


## Configuration

In case you downloaded this project from the Fidor AppManager, all the
configuration should have already been set up for you. In case you
retrieved this example from another source, you'll need to open the
`example.php` file and fill in the configuration values at the top of the
file. You will be able to find out the values in the AppManager, create
a new App and use the configuration from the new App's detail page.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fidor_starter_kits-0.3.3 starter_kits/php_plain/README.md
fidor_starter_kits-0.3.2 starter_kits/php_plain/README.md
fidor_starter_kits-0.3.1 starter_kits/php_plain/README.md
fidor_starter_kits-0.3.0 starter_kits/php_plain/README.md
fidor_starter_kits-0.2.3 starter_kits/php_plain/README.md
fidor_starter_kits-0.2.2 starter_kits/php_plain/README.md
fidor_starter_kits-0.2.1 starter_kits/php_plain/README.md
fidor_starter_kits-0.2.0 starter_kits/php_plain/README.md