AspireCloud/resources/js/Components
Enrique Chavez 8dca069dec
User Management and API Keys (#84)
* feat: Changes required on existing files to setup Jetstream

* feat: add the Inertia Home and Dashboard

* feat: Add all required files and migrations to setup Jetstream

* feat: Add the Sanctum middleware to the API endpoints

- Added Sanctum to the API endpoints to requiere an API Key
- Added a setting to control if the app should use authenticated API or not (see .env.example)
- Fix redirection on API routes to the login page when a request was unauthenticated

* feat: Users Management and Authication API Keys

- Refactor existing tests to make authenticated request is enable
- Hide the permissions setting on the UI, for now we only have a read-only API
- Add tests to test authenticated and unauthenticated calls
2024-11-01 18:30:03 -06:00
..
ActionMessage.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
ActionSection.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
ApplicationLogo.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
ApplicationMark.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
AuthenticationCard.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
AuthenticationCardLogo.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
Banner.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
Checkbox.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
ConfirmationModal.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
ConfirmsPassword.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
DangerButton.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
DialogModal.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
Dropdown.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
DropdownLink.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
FormSection.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
InputError.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
InputLabel.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
Modal.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
NavLink.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
PrimaryButton.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
ResponsiveNavLink.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
SecondaryButton.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
SectionBorder.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
SectionTitle.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
TextInput.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00
Welcome.vue User Management and API Keys (#84) 2024-11-01 18:30:03 -06:00