Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Code-igniter or fuelphp for oauth2.0 authorization server
  • Hi, is this tutorial http://alexbilbie.com/2013/02/developing-an-oauth2-authorization-server/ implemented with fuelphp or code-igniter. I am developing an oauth 2.0  authorization server using this tutorial but am not geting the output expected. 

    i.e code igniter doesn't have 

    $params['client_id'] = Session::get('client_id');
    $params['client_details'] = Session::get('client_details');

    i think it has something like

    $params['client_id'] = $this->get('client_id');
    $params['state'] = $this->get('state');


       

  • It looks like Laravel, but I'm not sure. It is not FuelPHP (although you could run this code with a few minor changes), and definately not CodeIgniter.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion