Timothy Miller
Timothy Miller
## Feature Increase maintainability of references in footer ## Affected Area [footer](https://github.com/Code-dot-mil/code.mil/blob/master/src/_data/footer.yml), lines 58 & 59 ## Description 'href' for email uses a liquid reference to the configuration file. However,...
The name for YAML has changed from its original meaning. The 'R communication' chapter lists the legacy name. Name as listed in r4ds: [yet another markup language](https://github.com/hadley/r4ds/blob/1d0902c9bf51c7832c2a932b8bbdc0749978457d/rmarkdown.qmd#L400) Name as listed...
**Describe the bug** Users can technically access the `auth/login` path when already logged in. This will replace their current credentials with new ones. These means the previous credentials will be...
**Describe the bug** When attempting a production build with changes in #435, attempting to register an account was undermined by a CORS error. In the docker console the proxy had...
**Is your feature request related to a problem? Please describe.** Remembering an additional username can feel cumbersome. I would like to sign in with my email. **Describe the solution you'd...
## Checklist - [ ] Add description - [ ] Reference the open issue that the pull request addresses - [ ] Pass code quality checks - spin up docker...
Replace the alert that appears for login, logout, and register errors with an on-page error message that reuses existing components **Labels** - [x] Add a status label - `needs definition`...
**Is your feature request related to a problem? Please describe.** We are currently using Basic Auth Tokens as a first iteration. However, JWTs provide a more robust solution **Describe the...
**Is your feature request related to a problem? Please describe.** Allowed origins should be based on the environment where the application is running **Describe the solution you'd like** Based on...
**Is your feature request related to a problem? Please describe.** On the login page, users are able to view their password as they enter it. However, the `show password` option...