1
0
mirror of https://github.com/volatiletech/authboss.git synced 2025-07-07 00:55:37 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
42f90e2471 password hashing via hasher (defaults: bcrypt) 2023-10-28 20:57:02 +01:00
3a5c333b5b Move to go modules 2020-07-03 11:24:07 -07:00
6164dd8da4 Finish otp module 2018-07-17 15:25:25 -07:00
63888bdfc1 Add JSON Renderer and JSON body reading. 2018-05-09 07:59:19 -07:00
7f97d632d0 Clean up defaults package a bit 2018-02-16 09:55:45 -08:00
f585b35cfb Move docs in defaults to defaults.go 2018-02-14 15:11:59 -08:00
d4f4f6c443 Rewrite auth module
Discovered many problems with the abstractions along the way
and did small fixes to get to the end of the auth module.

- Use more constants for random strings
- Create forcing functions to deal with the upgrades to different
  interfaces
2018-02-04 21:24:55 -08:00