dex/db
Yifan Gu 44c6cb44f5 refresh: bcrypt raw bytes rather than base64 encoded string.
This enables us to control the length of the bytes that will be bcrypted,
by default it's 64.

Also changed the token's stored form from string('text') to []byte('bytea')
and added some test cases for different types of invalid tokens.
2015-09-02 14:23:20 -07:00
..
migrations refresh: bcrypt raw bytes rather than base64 encoded string. 2015-09-02 14:23:20 -07:00
client.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
conn.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
connector_config.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
gc.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
gc_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
health.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
key.go Merge pull request #87 from bobbyrullo/keyspace 2015-08-26 10:43:42 -07:00
key_test.go db: PrivateKeySetRepo now takes >1 secrets 2015-08-25 16:41:20 -07:00
migrate.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
migrate_test.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
password.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
refresh.go refresh: bcrypt raw bytes rather than base64 encoded string. 2015-09-02 14:23:20 -07:00
session.go session: add 'scope' field in session. 2015-08-31 13:51:59 -07:00
session_key.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
user.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00