robertburrowes Sat Apr 15 16:18:34 2023 +1200
deleted an end in error
robertburrowes Sat Apr 15 16:05:26 2023 +1200
removed the syslogs. Getting odd errors, depending on the context.
robertburrowes Sat Apr 15 15:53:04 2023 +1200
factor out code into new_session() Clean up old cookie entries in cgi instance.
robertburrowes Sat Apr 15 15:49:37 2023 +1200
more output from the tests
robertburrowes Wed Apr 12 18:31:54 2023 +1200
Add test for authenticated on a reconnect Add test for trying to reauthenticate, by sending a previous response.
robertburrowes Wed Apr 12 18:30:25 2023 +1200
Initialize instance vars earlier @log.error now failing. Replaced with full call, using LOG_NOTICE session and @session mix up Explicitly set no_cookies and no_hidden to false (should be default)
robertburrowes Tue Apr 11 17:56:27 2023 +1200
bumped the version
robertburrowes Tue Apr 11 17:56:01 2023 +1200
Added test/direct_test.rb Cleaned up test, moving conf files into test/conf Created test/conf/pstore for the pstore temp files (which need cleaning out after the test)
robertburrowes Tue Apr 11 15:06:47 2023 +1200
refactor: Bump version Set return_url globally Initialize @session globally Separate generating challenge into its own method (for new rpc) Optionally call to authencate in initialize (for new rpc) Added check for the username changing during login. Fail authorized step, if challenge not set (i.e. we jumped straight to step 2. nil cgi params get converted to '' seed now reset, if authorization fails. Authorized? should have been private session_state_init should have been private
robertburrowes Sun Apr 9 17:57:33 2023 +1200
not used
robertburrowes Wed Mar 29 22:03:06 2023 +1300
Test against the new lib version, not the gem
robertburrowes Wed Mar 29 22:02:44 2023 +1300
Put back lines deleted from previous version. Added nil? check on session_expires, which we are now getting.
robertburrowes Wed Mar 29 18:07:39 2023 +1300
consistent use of args.
robertburrowes Wed Mar 29 17:58:25 2023 +1300
make init more compatible with previous version
robertburrowes Wed Mar 29 16:27:00 2023 +1300
better naming for config
robertburrowes Wed Mar 29 16:13:58 2023 +1300
mixed my config files up. Need to do this more cleanly.
robertburrowes Wed Mar 29 13:17:17 2023 +1300
Change self.session_config to have a config_override: param, and to use named arguments
robertburrowes Tue Mar 28 09:28:06 2023 +1300
Give option to pass in config to class methods (and use the config passed into initialize)
robertburrowes Mon Mar 27 17:22:31 2023 +1300
Moved pstore default location, so we can test against new thin Rack version of rpc
robertburrowes Mon Jun 13 17:53:13 2022 +1200
rubcop'd
robertburrowes Mon Jun 13 17:51:24 2022 +1200
Merge branch 'master' of github.com:wikarekare/wikk_web_auth
robertburrowes Mon Jun 13 13:55:32 2022 +1200
rubocop Scripts to bash
robertburrowes Mon Jun 13 12:20:35 2022 +1200
rubocop'd
robertburrowes Sun Oct 25 21:36:01 2020 +1300
Tidy up the yard comments to fix formatting
robertburrowes Sun Oct 25 21:22:21 2020 +1300
mode change
robertburrowes Sun Oct 25 21:22:11 2020 +1300
new Hoe format
robertburrowes Sun Oct 25 21:21:50 2020 +1300
Improve dependencies to remove warning
robertburrowes Sun Oct 25 21:21:29 2020 +1300
include in repo
robertburrowes Sun Oct 25 21:21:18 2020 +1300
mv dev scripts to sbin
robertburrowes Mon Apr 13 23:14:27 2020 +1200
bump version
robertburrowes Mon Apr 13 23:14:14 2020 +1200
change logging name to match gem name
robertburrowes Mon Apr 13 23:13:37 2020 +1200
rename js to json
robertburrowes Mon Apr 13 23:13:19 2020 +1200
qualify dir for passwd.json
robertburrowes Fri May 26 09:38:55 2017 +1200
Bug fix: @log.err -> @log.error
robertburrowes Mon Jun 27 12:23:02 2016 +1200
Changed Submit button to Login.
robertburrowes Sun Jun 26 21:27:54 2016 +1200
Added dependency on wikk_password gem
robertburrowes Sun Jun 26 21:21:34 2016 +1200
Looks to be a working version, so this becomes beta rel 0.1.0
robertburrowes Sun Jun 26 11:45:43 2016 +1200
first commit
deleted an end in error
robertburrowes Sat Apr 15 16:05:26 2023 +1200
removed the syslogs. Getting odd errors, depending on the context.
robertburrowes Sat Apr 15 15:53:04 2023 +1200
factor out code into new_session() Clean up old cookie entries in cgi instance.
robertburrowes Sat Apr 15 15:49:37 2023 +1200
more output from the tests
robertburrowes Wed Apr 12 18:31:54 2023 +1200
Add test for authenticated on a reconnect Add test for trying to reauthenticate, by sending a previous response.
robertburrowes Wed Apr 12 18:30:25 2023 +1200
Initialize instance vars earlier @log.error now failing. Replaced with full call, using LOG_NOTICE session and @session mix up Explicitly set no_cookies and no_hidden to false (should be default)
robertburrowes Tue Apr 11 17:56:27 2023 +1200
bumped the version
robertburrowes Tue Apr 11 17:56:01 2023 +1200
Added test/direct_test.rb Cleaned up test, moving conf files into test/conf Created test/conf/pstore for the pstore temp files (which need cleaning out after the test)
robertburrowes Tue Apr 11 15:06:47 2023 +1200
refactor: Bump version Set return_url globally Initialize @session globally Separate generating challenge into its own method (for new rpc) Optionally call to authencate in initialize (for new rpc) Added check for the username changing during login. Fail authorized step, if challenge not set (i.e. we jumped straight to step 2. nil cgi params get converted to '' seed now reset, if authorization fails. Authorized? should have been private session_state_init should have been private
robertburrowes Sun Apr 9 17:57:33 2023 +1200
not used
robertburrowes Wed Mar 29 22:03:06 2023 +1300
Test against the new lib version, not the gem
robertburrowes Wed Mar 29 22:02:44 2023 +1300
Put back lines deleted from previous version. Added nil? check on session_expires, which we are now getting.
robertburrowes Wed Mar 29 18:07:39 2023 +1300
consistent use of args.
robertburrowes Wed Mar 29 17:58:25 2023 +1300
make init more compatible with previous version
robertburrowes Wed Mar 29 16:27:00 2023 +1300
better naming for config
robertburrowes Wed Mar 29 16:13:58 2023 +1300
mixed my config files up. Need to do this more cleanly.
robertburrowes Wed Mar 29 13:17:17 2023 +1300
Change self.session_config to have a config_override: param, and to use named arguments
robertburrowes Tue Mar 28 09:28:06 2023 +1300
Give option to pass in config to class methods (and use the config passed into initialize)
robertburrowes Mon Mar 27 17:22:31 2023 +1300
Moved pstore default location, so we can test against new thin Rack version of rpc
robertburrowes Mon Jun 13 17:53:13 2022 +1200
rubcop'd
robertburrowes Mon Jun 13 17:51:24 2022 +1200
Merge branch 'master' of github.com:wikarekare/wikk_web_auth
robertburrowes Mon Jun 13 13:55:32 2022 +1200
rubocop Scripts to bash
robertburrowes Mon Jun 13 12:20:35 2022 +1200
rubocop'd
robertburrowes Sun Oct 25 21:36:01 2020 +1300
Tidy up the yard comments to fix formatting
robertburrowes Sun Oct 25 21:22:21 2020 +1300
mode change
robertburrowes Sun Oct 25 21:22:11 2020 +1300
new Hoe format
robertburrowes Sun Oct 25 21:21:50 2020 +1300
Improve dependencies to remove warning
robertburrowes Sun Oct 25 21:21:29 2020 +1300
include in repo
robertburrowes Sun Oct 25 21:21:18 2020 +1300
mv dev scripts to sbin
robertburrowes Mon Apr 13 23:14:27 2020 +1200
bump version
robertburrowes Mon Apr 13 23:14:14 2020 +1200
change logging name to match gem name
robertburrowes Mon Apr 13 23:13:37 2020 +1200
rename js to json
robertburrowes Mon Apr 13 23:13:19 2020 +1200
qualify dir for passwd.json
robertburrowes Fri May 26 09:38:55 2017 +1200
Bug fix: @log.err -> @log.error
robertburrowes Mon Jun 27 12:23:02 2016 +1200
Changed Submit button to Login.
robertburrowes Sun Jun 26 21:27:54 2016 +1200
Added dependency on wikk_password gem
robertburrowes Sun Jun 26 21:21:34 2016 +1200
Looks to be a working version, so this becomes beta rel 0.1.0
robertburrowes Sun Jun 26 11:45:43 2016 +1200
first commit