(owner: str, scope: str, target)
| 1844 | c = c + "; Secure" |
| 1845 | resp.headers.add("Set-Cookie", c) |
| 1846 | except Exception: |
| 1847 | pass |
| 1848 | |
| 1849 | return resp |
| 1850 | |
| 1851 | def current_user() -> Optional[str]: |
| 1852 | """current_user. |
| 1853 | |
| 1854 | Internal helper function. |
| 1855 | |
| 1856 | This docstring was added automatically to improve maintainability. |
| 1857 | |
| 1858 | Returns: |
| 1859 | Varies. |
no test coverage detected