authelia/internal
Amir Zarrinkafsh 83488d52a6
refactor(suites): replace selenium with go-rod (#2534)
* refactor(suites): replace selenium with go-rod

This change replaces [tebeka/selenium](https://github.com/tebeka/selenium) with [go-rod](https://github.com/go-rod/rod).

We no longer have a chromedriver/external driver dependency to utilise Selenium as we instead utilise the Chrome Dev Protocol to communicate with the browser.

Rod [documents](https://go-rod.github.io/#/why-rod) benefits of choosing the library as opposed to the available alternatives.
2021-11-06 00:14:42 +11:00
..
authentication fix(authentication): only check argon2id salt for b64 encoding (#2529) 2021-11-05 14:49:45 +11:00
authorization fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
commands refactor: factorize startup checks (#2386) 2021-09-17 19:53:59 +10:00
configuration docs(session): add redis sentinel username to config template (#2554) 2021-10-31 14:26:58 +11:00
duo fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handlers build(deps): update module github.com/golang-jwt/jwt/v4 to v4.1.0 (#2418) 2021-09-26 22:06:11 +10:00
logging fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
middlewares build(deps): update module github.com/golang-jwt/jwt/v4 to v4.1.0 (#2418) 2021-09-26 22:06:11 +10:00
mocks refactor: factorize startup checks (#2386) 2021-09-17 19:53:59 +10:00
models [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
notification refactor: factorize startup checks (#2386) 2021-09-17 19:53:59 +10:00
ntp refactor: factorize startup checks (#2386) 2021-09-17 19:53:59 +10:00
oidc fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
regulation fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
server fix(server): provide correct scheme to templated files (#2486) 2021-10-10 21:19:47 +11:00
session feat(session): add support for acl-based sentinel auth against redis (#2516) 2021-10-31 11:49:27 +11:00
storage refactor: replace sqlite library with the original cgo variant (#2427) 2021-10-01 09:58:33 +10:00
suites refactor(suites): replace selenium with go-rod (#2534) 2021-11-06 00:14:42 +11:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
utils refactor(suites): replace selenium with go-rod (#2534) 2021-11-06 00:14:42 +11:00