rixtellab / opauth-frype
Frype (draugiem.lv) strategy for Opauth
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rixtellab/opauth-frype
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is not auto-updated.
Last update: 2025-12-16 10:07:49 UTC
README
Opauth strategy for Frype (draugiem.lv) authentication.
Implemented based on https://www.draugiem.lv/applications/dev/docs/passport/
Getting started
- a. Install Opauth-Frype with git:
cd path_to_opauth/Strategy git clone https://github.com/picolablv/opauth-frype.git Frype - b. Install Opauth-Frype with composer. Add to your composer.json:
{
"require" : {
"opauth/opauth": ">=0.2.0",
"picolablv/opauth-frype": "dev-master"
}
}
-
Create Frype (Draugiem.lv) passport application at https://www.draugiem.lv/applications/dev/create/
-
Configure Opauth-Frype strategy with at least
App idandApp key. -
Direct user to
http://path_to_opauth/frypeto authenticate
Strategy configuration
Required parameters:
<?php 'Frype' => array( 'app_key' => 'YOUR APP KEY', 'app_id' => 'YOUR APP ID' )
License
Opauth-Frype is MIT Licensed
Copyright © 2014 Andris Šaudinis (http://www.rixtellab.com)