1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 07:34:22 +00:00
Commit graph

10 commits

Author SHA1 Message Date
eb995e9493
Add usage docs
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-28 20:45:12 +01:00
068ede3748
Add basic auth to simple provider
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-28 19:32:39 +01:00
daa85d5016
Add dockerized version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-28 18:43:58 +01:00
bfa3bd1b55
prepare release v0.1.0 2018-01-28 15:57:59 +01:00
9a467952cc
Vendor dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-28 15:56:30 +01:00
d7f9bf5874
Add automatic build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-28 15:53:34 +01:00
f893d50fe1
Add status buttons
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-28 15:51:24 +01:00
838748999d
Update README, add meta-files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-28 15:48:42 +01:00
Knut Ahlers
87d719367d
Initial version (#1)
* Initial draft
* HCL does not support int64
* Add http stubs
* Login does not need to return user details
* Fields should have a label
* Add example configuration
* Add stub for "Simple" authenticator
* Add debug logging
* Implement configuration loading
* Implement user detection
* Fix error names in doc strings
* Implement session store
* Implement "Token" provider
* Add login frontend
* Implement login and logout
* Do not show tabs when there is no choice
* Fix multi-tab errors, sorting
* Implement "Yubikey" authenticator
* Lint: Rename error to naming convention
* Apply cookie security
* Prevent double-login
* Adjust parameters for crowd
* Implement ACL
* Replace HCL config with YAML config
* Remove config debug output
* Remove crowd config

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-28 15:16:52 +01:00
95321c666b
Initial commit 2018-01-27 22:25:30 +01:00