GithubHelp home page GithubHelp logo

jelly-auth's People

Contributors

adisuryadi avatar vitch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jelly-auth's Issues

Garbage collection in Model_Auth_User_Token::initialize() throws an error

Steps to reproduce:

  1. Comment out the (mt_rand(1, 100) === 1) conditional.
  2. Call new Model_Auth_User_Token;

Result:

Database_Exception [ 1103 ]: Incorrect table name '' [ DELETE FROM `` WHERE ``.`` < 1277913159 ]

I've worked around this by moving the garbage collection to the constructor. There's a patch here should you be interested.

Cheers,

Aron

Incorrect rule declaration

When jelly-auth declares a not_empty rule, the correct syntax is 'not_empty' => NULL, but jelly-auth uses 'not_empty' => array(TRUE), which is incorrect.

Here are three places it's used incorrectly:

I'm not sure if this syntax problem exists elsewhere too.

Sprig package name

The comments on Model_User_Token have not been modified from Sprig-Auth, so that the Sprig Auth package appears in the API browser when using Jelly Auth.
/**

Update Auth_Jelly::_get_object() to use "unique_key"

This would allow you to login using any parameter supported by the unique key method. For example an email address. The ORM Auth module currently supports this.

Update line 264 in classes/auth/jelly.php to use Jelly_Builder::load() which uses the :unique_key parameter internally.

// From
$current = Jelly::select('user')->where('user', '=', $user)->limit(1)->execute();

// To
$current = Jelly::select('user')->load($user);

Cheers,

Aron

Latest auth module commit breaks all

The auth module has committed new functionality that breaks with the current jelly-auth. I've forked the repos and made some changes in classes/auth/jelly.php.

I think I've also done a pull-request.. first time for me, that's why I've also added this issue :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.