1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-11-24 08:42:17 +02:00
Commit Graph

510 Commits

Author SHA1 Message Date
Aaron L
7939063139 Fix another open redirect issue 2021-05-18 00:18:27 -07:00
Aaron L
572b56619e Prevent cache of qr code 2021-04-27 15:52:56 -07:00
Aaron L
e62387f74f Fix eventing mess in recover/remember 2021-02-14 22:39:57 -08:00
Aaron L
e850577692 Merge branch 'ibraheemdev/patch-2' into master 2020-09-30 11:54:13 -07:00
Ibraheem Ahmed
1df0798e6f
Add docs site link to readme 2020-09-30 13:57:04 -04:00
Aaron L
e05b5f8095 Merge branch 'ibraheemdev/spelling' into master 2020-09-21 21:44:06 -07:00
Aaron L
fc48fc4584 Merge branch 'ibraheemdev/docsify' into master 2020-09-21 21:39:03 -07:00
Ibraheem Ahmed
bf1c58d588 fix spelling mistakes 2020-09-18 11:28:09 -04:00
Ibraheem Ahmed
5cf924d5d1 go report badge 2020-09-18 11:22:52 -04:00
Ibraheem Ahmed
24b00ca28f codecov badge 2020-09-18 11:19:20 -04:00
Ibraheem Ahmed
2a44909ac7 migrate docs to docsify 2020-09-18 11:10:28 -04:00
Ibraheem Ahmed
ac70e6416a sidebar 2020-09-18 11:10:08 -04:00
Ibraheem Ahmed
ee9b9a6875 docsify init 2020-09-18 11:09:53 -04:00
Aaron L
f55657effa Update changelog 2020-09-17 22:08:51 -07:00
Aaron L
0a2c2aafa0 Merge branch 'rbren/patch-1' into master 2020-09-17 22:06:48 -07:00
Robert Brennan
7d0371efdc
Update responder.go 2020-08-27 14:44:51 -04:00
Aaron L
ecd0e44e0b Update changelog 2020-08-25 22:55:11 -07:00
Aaron L
5f3d08ea8a Pass query string along in login redirects 2020-08-25 22:47:39 -07:00
Aaron L
7bf783b491 Merge branch 'ibraheemdev/patch-1' into master 2020-08-25 19:37:19 -07:00
Ibraheem Ahmed
309eb2b3d9
update authboss_test.go to use middleware2 2020-08-14 10:04:10 -04:00
Aaron L
c7811ebab5 Correct typo 2020-08-10 14:09:24 -07:00
Aaron L
4d72929adb Merge branch 'jakha/patch-1' into dev 2020-07-19 16:08:37 -07:00
Aaron L
960b2df01b Merge branch 'stephenafamo/dev' into dev 2020-07-19 16:08:19 -07:00
jakha
1e7cb34290
Update README.md 2020-07-08 18:51:15 +04:00
jakha
9d5c3145d1
Update README.md 2020-07-08 18:45:05 +04:00
Stephen Afam-Osemene
239555a6d8
Add Oauth1 docs to Readme TOC 2020-07-07 09:36:30 +02:00
Aaron
4a102bf3bd Merge remote-tracking branch 'stephenafamo/dev' into dev 2020-07-06 10:00:00 -07:00
Stephen Afam-Osemene
a08329c355
Add oauth1 module docs to README.md 2020-07-06 02:19:35 +02:00
Aaron L
fddf30677c Add github workflows 2020-07-03 11:32:39 -07:00
Aaron L
0a256b5200 Update readme 2020-07-03 11:32:30 -07:00
Aaron L
8a9a7ed87c Update readme for go modules 2020-07-03 11:24:28 -07:00
Aaron L
3a5c333b5b Move to go modules 2020-07-03 11:24:07 -07:00
Aaron L
08fa0a6abf Add docs for special casing of Load() for oauth2 2020-07-03 11:02:23 -07:00
Aaron L
7cb9fa3f07 Fix bug in lock code 2020-05-18 18:29:50 -07:00
Aaron L
020487826a Add MailNoGoroutine option
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.
2020-02-07 14:24:40 -08:00
Aaron L
1a504ce1f4 Update changelog 2020-01-30 10:16:10 -08:00
Aaron L
c462afb065 Fix potential misconfiguration 2020-01-30 10:11:47 -08:00
Aaron L
02deb67e82 Merge branch 'frederikhors/Unused-type' 2020-01-30 09:50:54 -08:00
Aaron L
b0b6d3b017 Merge branch 'frederikhors/Unused-function' 2020-01-30 09:50:15 -08:00
Aaron L
4d33b97b4f Merge branches
'frederikhors/patch-1'
'frederikhors/Redundant-type-conversion'
'frederikhors/Redundant-types-in-composite-literals'
'frederikhors/Imported-pkg-name-as-name-identifier'
'frederikhors/Variable-'delete'-collides-with-builtin-function'
2020-01-30 09:49:22 -08:00
frederikhors
e4d1e16935 Variable 'delete' collides with builtin function 2020-01-29 14:59:47 +01:00
frederikhors
6f6f2e6fd7 Imported pkg name as name identifier 2020-01-29 14:52:00 +01:00
frederikhors
6aae44ae44 Unused type 2020-01-29 14:47:32 +01:00
frederikhors
d2e9e10908 Unused function 2020-01-29 14:46:29 +01:00
frederikhors
827256e4d7 Redundant types in composite literals 2020-01-29 14:08:11 +01:00
frederikhors
9c764f69fe Redundant type conversion 2020-01-29 14:04:44 +01:00
frederikhors
89a17c17c4
Repetition range replaceable by '+' 2020-01-29 13:14:14 +01:00
Aaron L
852e35abde Update changelog 2020-01-28 18:18:23 -08:00
Aaron L
e6061b1c98 Merge branch 'frederikhors/patch-1' into dev 2020-01-28 18:17:10 -08:00
frederikhors
dd50d39785
Fix "defaults" package link 2020-01-28 20:15:30 +01:00