eclipse-pass / pass-ui

UI code base for PASS
Apache License 2.0
4 stars 16 forks source link

Handle CSRF tokens #1276

Closed markpatton closed 2 months ago

markpatton commented 3 months ago

Put CSRF tokens from cookies into headers.

This requires all the prs mentioned in https://github.com/eclipse-pass/pass-core/pull/90 in order to test. Without the other prs the unit tests will succeed, but the acceptance tests will fail.