forked from mystiq/dex
44c6cb44f5
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. |
||
---|---|---|
.. | ||
0001_initial_migration.sql | ||
0002_dex_admin.sql | ||
0003_user_created_at.sql | ||
0004_session_nonce.sql | ||
0005_refresh_token_create.sql | ||
0006_user_email_unique.sql | ||
0007_session_scope.sql | ||
assets.go |