Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Re-inventing your own (almost certainly insecure) authentication scheme when sturdy, secure, battle-tested and relatively easy to use authentication schemes already exist is not the greatest idea I've ever heard, especially when you admit that you don't understand the fundamental principles of authentication, authorization and accounting. Commented Apr 27, 2017 at 22:38
  • So which do you think makes more sense... spending the time to educate yourself about all of the relevant security implications before you roll your own, or simply adopting an existing authentication mechanism that's already better written than either you or I could accomplish? Commented Apr 27, 2017 at 22:46
  • @RobertHarvey Then what would you recommend for a simple authentication framework that allows my own defined set of privileges stored in my own database table (not Windows auth)? Commented Apr 28, 2017 at 2:12