-
```markdown
## Story
As a developer, I need to access curriculum data via API for my applications.
## Objective
Enable secure API access with key-based authentication.
## Requirements…
-
[secure_headers](https://github.com/twitter/secureheaders) is a gem released by Twitter which automatically applies several headers related to security.
-
**Is your feature request related to a problem? Please describe.**
I would like to improve FormWrapper's security features, which don’t fully protect against common security vulnerabilities. Issues…
-
I get this error from Mypy:
```
src/py_utils/headers.py:1: error: Cannot find implementation or library stub for module named "secure" [import-not-found]
src/py_utils/headers.py:1: note: See https…
-
Before coming to Linc, I've been using CW to provide secure headers, per this guidance from Scott Helme
https://scotthelme.co.uk/security-headers-cloudflare-worker
Now that my site is deployed to…
-
## Description
The Blazor application is served over a connection which does not state which secure headers that all requests should include. (in a very unlikely event) This could lead to users hav…
-
**As a** service provider
**I need** my service to use security headers and CORS policies
**So that** my web site is not vulnerable to CORS attacks
#### Assumptions
* Flask-Talism…
-
We should consider setting a default `frame-ancestors` directive for the Content Security Policy. The [`frame-ancestors`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Pol…
-
When session (import session from "express-session") is inited as follows the cookie is not set when sessionSecure (alias session) is set to true (boolean value). In case set to boolean false, undefin…
-
Replace the current session-based authentication for API endpoints with JWT-based validation.
#### **Details**
1. **JWT Authentication Implementation**
- All API endpoints should validat…