owncast/test/automated
Alyssa Ross 092134f3f3
Fix parsing of Authorization Bearer header (#3376)
The semantics of the Authorization header are defined by RFC 9110, which says:

> It uses a case-insensitive token to identify the authentication scheme:

Therefore, "bearer", "Bearer", and "bEARER" are equivalent.  This patch fixes
the parsing of the Authorization header to check for the Bearer authentication
scheme case insensitively.

I've modified one of the test cases to use lowercase "bearer", so there's test
coverage for this.
2023-10-21 10:00:50 -07:00
..
api Fix parsing of Authorization Bearer header (#3376) 2023-10-21 10:00:50 -07:00
browser fix(test): select all wasn't working, making the display name typed in too long 2023-08-18 20:28:25 -07:00
hls Bump @babel/traverse from 7.12.5 to 7.23.2 in /test/automated/hls (#3367) 2023-10-16 10:04:45 -07:00
screenshots Refactor mobile chat into modal (#3038) 2023-05-22 18:56:44 -07:00
upgrades feat(tests): add automated release upgrade test. Closes #1876 2023-05-02 20:39:15 -07:00
.gitignore End to end automated tests run on Github workflows (#384) 2020-11-24 00:28:54 -08:00
tools.sh silence skipped clean-up inside the container (#2608) 2023-01-22 13:56:44 -08:00