mirror of
https://github.com/volatiletech/authboss.git
synced 2024-11-24 08:42:17 +02:00
020487826a
This change allows users to write Mailer implementations that either spawn their own goroutines or honor proper context usage. The current behavior of the modules with this setting turned to 'false' creates a race condition between the original http request's context authboss was handed being cancelled by the http server, and the use of that context by the mailer implementation which is being run in a goroutine. |
||
---|---|---|
.. | ||
confirm_test.go | ||
confirm.go |