fuel / auth

Fuel PHP Framework - Fuel v1.x Authentication package
http://fuelphp.com/docs/packages/auth/intro.html
76 stars 57 forks source link

Register force_login so it can be logged out #90

Closed xrobau closed 9 years ago

xrobau commented 10 years ago

If you try to write tests to validate login/logout using force_login, you can't, as it won't log out. This adds the _register_verified hook to force_login to allow this.

WanWizard commented 10 years ago

I think this might be true for Ormauth too?

WanWizard commented 9 years ago

Duplicate for #96