launchscout / nku

NKU Class Spring
5 stars 14 forks source link

I'm thinking about using devise #91

Closed alexkoepke closed 10 years ago

alexkoepke commented 10 years ago

https://github.com/plataformatec/devise

My questions are.

mitchlloyd commented 10 years ago

Devise is really popular and well documented so it should be easy to implement. For most web applications, managing sessions and password resets isn't an important or interesting part of the domain, making authentication a reasonable feature to implement with a library.

alexkoepke commented 10 years ago

Can I add it to my app or should it be a first step?— Alex Koepke (513) 236-7281

On Wed, Apr 9, 2014 at 2:30 PM, Mitch Lloyd notifications@github.com wrote:

Devise is really popular and well documented so it should be easy to implement. For most web applications, managing sessions and password resets isn't an important or interesting part of the domain, making authentication a reasonable feature to implement with a library.

Reply to this email directly or view it on GitHub: https://github.com/gaslight/nku/issues/91#issuecomment-39999735

mitchlloyd commented 10 years ago

You can definitely add it to your app. You'll have to figure out what database fields it needs to have on the user model. You can probably do that by just running through the install process with a dummy user model and seeing what it spits out in schema.rb.

On Wed, Apr 9, 2014 at 2:33 PM, Alex Koepke notifications@github.comwrote:

Can I add it to my app or should it be a first step?-- Alex Koepke (513) 236-7281

On Wed, Apr 9, 2014 at 2:30 PM, Mitch Lloyd notifications@github.com wrote:

Devise is really popular and well documented so it should be easy to implement. For most web applications, managing sessions and password resets isn't an important or interesting part of the domain, making authentication

a reasonable feature to implement with a library.

Reply to this email directly or view it on GitHub: https://github.com/gaslight/nku/issues/91#issuecomment-39999735

Reply to this email directly or view it on GitHubhttps://github.com/gaslight/nku/issues/91#issuecomment-40000074 .

alexkoepke commented 10 years ago

Thank you! I will try that.— Alex Koepke (513) 236-7281

On Wed, Apr 9, 2014 at 2:43 PM, Mitch Lloyd notifications@github.com wrote:

You can definitely add it to your app. You'll have to figure out what database fields it needs to have on the user model. You can probably do that by just running through the install process with a dummy user model and seeing what it spits out in schema.rb. On Wed, Apr 9, 2014 at 2:33 PM, Alex Koepke notifications@github.comwrote:

Can I add it to my app or should it be a first step?-- Alex Koepke (513) 236-7281

On Wed, Apr 9, 2014 at 2:30 PM, Mitch Lloyd notifications@github.com wrote:

Devise is really popular and well documented so it should be easy to implement. For most web applications, managing sessions and password resets isn't an important or interesting part of the domain, making authentication

a reasonable feature to implement with a library.

Reply to this email directly or view it on GitHub: https://github.com/gaslight/nku/issues/91#issuecomment-39999735

Reply to this email directly or view it on GitHubhttps://github.com/gaslight/nku/issues/91#issuecomment-40000074 .


Reply to this email directly or view it on GitHub: https://github.com/gaslight/nku/issues/91#issuecomment-40001216