1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-12-04 10:24:52 +02:00
Commit Graph

62 Commits

Author SHA1 Message Date
Ibraheem Ahmed
1df0798e6f
Add docs site link to readme 2020-09-30 13:57:04 -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
ee9b9a6875 docsify init 2020-09-18 11:09:53 -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
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
Stephen Afam-Osemene
a08329c355
Add oauth1 module docs to README.md 2020-07-06 02:19:35 +02: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
frederikhors
dd50d39785
Fix "defaults" package link 2020-01-28 20:15:30 +01:00
Aaron L
4d85b23e8a Fix missing lastaction on login
- Add Setup() function for expire to install a hook to set last action
  on successful login. If Setup() is not called, expiration starts from
  the first request made by the logged in user after the login request
  itself.
2019-03-30 15:56:13 -07:00
Aaron L
12fcb0d914 Fix readme typos 2019-03-06 19:50:25 -08:00
Aaron L
5c92c016e0 Merge branch 'dannashirn/master' into dev 2019-02-06 20:10:50 -08:00
Franco Albornoz
727723f88a
Delete duplicate phrase in README.md 2019-01-29 16:27:02 -03:00
Aaron L
6402c5da57 Merge branch 'frederikhors/patch-3' into dev 2019-01-12 10:43:01 -08:00
frederikhors
b69996a743
Update README.md 2019-01-07 02:04:17 +01:00
Aaron L
ca066a55b5 Add DelAllSession method
In order to prevent leaking of session values (and to avoid the mess of
deleting the entire session cookie which could still have values we want
in it) this nuclear method is now called by expire/logout with a
whitelist of keys to keep (passed in from
Config.Storage.SessionWhitelistKeys).
2018-12-17 23:03:55 -08:00
Aaron L
003476b6d5 Revert "Make removal of 2fa require e-mail verification"
This reverts commit 5b876d21c3.
2018-12-10 20:12:34 -08:00
Aaron L
d08fd7a196 Merge branch 'jmhodges/patch-2' into dev 2018-12-09 23:56:59 -08:00
Aaron L
aa6187d73b Merge branch 'jmhodges/patch-1' into dev 2018-12-09 23:55:43 -08:00
Jeff Hodges
028e8bd137
link to godoc in relevant places in the README.md 2018-12-08 19:55:34 -08:00
Jeff Hodges
ddab48d8da
correct defaults package link in README.md 2018-12-08 19:49:22 -08:00
Aaron L
5b876d21c3 Make removal of 2fa require e-mail verification
- Fix a bug in a test regex that would fail occaisonally
2018-12-04 23:41:45 -08:00
Aaron L
87b06f40ed Document 2fa e-mail verification
- Move TOC underneath important info in readme
2018-11-04 23:23:00 -08:00
Aaron L
6fe647f404 Touch up documentation for v2 2018-09-03 13:03:41 -07:00
Aaron L
0eed117407 Fix broken link in README 2018-08-16 08:26:00 -07:00
Aaron L
807a692e26 Improve documentation for RegisterPreserveFields 2018-07-06 08:13:30 -07:00
Aaron L
852508259c Add split tokens for confirm and recover 2018-05-16 11:51:55 -07:00
Aaron L
83d912fd82 Another pass on documentation 2018-05-12 09:23:52 -07:00
Aaron L
5d2a5bd564 Update documentation 2018-04-30 18:25:34 -07:00
Aaron L
f7f6244070 Small changes to docs 2018-03-09 16:18:16 -08:00
Aaron L
889ef76f9c Fix some links 2018-03-09 16:06:12 -08:00
Aaron L
b500555dda First draft docs 2018-03-09 16:02:35 -08:00
Aaron L
2b5c85ee16 Import path fixes 2017-07-30 19:42:05 -07:00
Aaron L
0c3d6d26ca Remove gopkg.in 2016-12-19 22:47:12 -08:00
Aaron L
7ccb973d79 Update readme with project information 2016-12-19 22:25:33 -08:00
Darrell Golliher
795e546534 Added space to comply with gofrm style guildlines 2016-11-28 21:36:29 -05:00
Darrell Golliher
baa27547a7 Added required handler for ListenAndServe
http.ListenAndServe requires two arguments, the second one can be nil,
but must be present.  https://golang.org/pkg/net/http/#ListenAndServe

Omitting it, even in just documention code snippets like ths one,
might confuse people just learning (like myself).
2016-11-27 18:10:19 -05:00
CJ Keeney
a86808a82b fix documented import path for Auth module 2016-10-09 20:42:46 -07:00
Aaron L
7a7ca7c5c7 Add coverage and junit reporting for authboss 2016-07-30 15:16:45 -07:00
Aaron
2eff32e3c8 Update documentation. 2015-08-02 10:05:31 -07:00
Aaron L
c1d6843a27 Update README.md 2015-04-03 08:38:33 -07:00
Aaron L
077f0bf1a5 Update README.md 2015-04-01 13:31:44 -07:00
Aaron L
d8051d9aa5 Update README.md 2015-03-30 09:24:12 -07:00
Aaron L
a8628495c3 Update README.md 2015-03-28 09:32:39 -07:00
Aaron L
7b51faf7ed Update README.md 2015-03-28 09:27:16 -07:00
Aaron L
d26aa23a3a Update README.md 2015-03-28 09:26:28 -07:00