GitXplorerGitXplorer
B

sqlauth

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2f9e6867f7632d34d93906aa1604564c3bec1ff8

Better name.

BBurntSushi committed 11 years ago
Unverified
c62730c8b91924477652d57250c1e34599a6f801

csql.Safe needs to be deferred.

BBurntSushi committed 11 years ago
Unverified
ecdbf0da0ec50bf2311200d47fba422cc8f7faca

Set the right primary key.

BBurntSushi committed 11 years ago
Unverified
bb7373764e03c8c76d323568c15bc37417843ecc

Syntax error. IF NOT EXISTS was in the wrong place.

BBurntSushi committed 11 years ago
Unverified
28e7ba76b0d37cf1a33dab0edb1e759efa6bb36a

First cut.

BBurntSushi committed 11 years ago
Unverified
fe0aa92c3d8a3d1f3aa4bcefd4cd737d160cb112

initial commit with trivia.

BBurntSushi committed 11 years ago

README

The README file for this repository.

sqlauth is a simple package for managing user authentication that is backed by a database. Emphatically, this package does not handle login forms or redirections. It only exposes a few functions for managing user passwords and authenticating a user's password.

Installation

go get github.com/BurntSushi/sqlauth

Beta

This package is emphatically in BETA. Although most of the API is determined by the gorilla/sessions package, there are still some pieces that may need some changing. (For example, to allow key rotation.)