1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-11-24 08:42:17 +02:00
authboss/defaults
Aaron L 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
..
defaults.go Rewrite auth module 2018-02-04 21:24:55 -08:00
doc.go Re(move) swaths of code 2018-01-31 17:07:11 -08:00
error_handler_test.go Rewrite auth module 2018-02-04 21:24:55 -08:00
error_handler.go Rewrite auth module 2018-02-04 21:24:55 -08:00
log_mailer_test.go Start moving default implementations 2018-01-29 13:14:55 -08:00
log_mailer.go Start moving default implementations 2018-01-29 13:14:55 -08:00
logger_test.go Abstract logger and error handling 2018-02-02 12:11:47 -08:00
logger.go Abstract logger and error handling 2018-02-02 12:11:47 -08:00
responder_test.go Get tests working after latest refactors 2018-02-01 15:42:48 -08:00
responder.go Fix the tests in defaults package 2018-02-01 10:25:54 -08:00
router_test.go Rewrite auth module 2018-02-04 21:24:55 -08:00
router.go Rewrite auth module 2018-02-04 21:24:55 -08:00
rules_test.go Move validation implementations to defaults 2018-01-29 16:24:42 -08:00
rules.go Add a way to read values and validate 2018-02-04 18:39:25 -08:00
smtp_mailer.go Start moving default implementations 2018-01-29 13:14:55 -08:00
validation_test.go Add a way to read values and validate 2018-02-04 18:39:25 -08:00
validation.go Add a way to read values and validate 2018-02-04 18:39:25 -08:00
values_test.go Add a way to read values and validate 2018-02-04 18:39:25 -08:00
values.go Rewrite auth module 2018-02-04 21:24:55 -08:00