Chris Cornutt

Results 82 comments of Chris Cornutt

So you're saying not having a verifier for LDAP at all? Based on the others it kind of seems like that's the point (to abstract that out behind the generic...

Yeah, the tricky part on that is whether or not the password is returned and how to set up that base DN information. Also, the compare will only work if...

Isn't "remember me" just basically an extension of the length of the session? Shouldn't the auth/session handler just be able to set a time far out in the future when...

Yeah, it'd almost have to be some kind of adapter behind it for the storage, similar to how the other adapters are used (defaulting to PDO I imagine).

I think, if anything, the "remember me" functionality should allow for different storage methods with Aura.Session being the default. I know the project is all about reducing dependencies, but in...

Sounds like it, yes....I'd have to spend some time tracking back through them to be sure though.

The migrations themselves have been updated to work with the `DB_PREFIX` setting via a parent class. Additionally, the base `Mysql` model and collection now respect the prefix for getting class...

Apparently you can also use a `.php` file as a configuration for Phinx...might need to go that way with it.

I'd like to also include a .dist file showing an example of the config file structure too (re: #13)

So the idea of a .dist file is to provide an example of the configuration without having a hard-coded config in the release. This way they can just copy over...