aspirecloud/resources/js/Components/ApplicationMark.vue
Enrique Chavez 135c6802a6 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

8 lines
1.6 KiB
Vue

<template>
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 89 84.39">
<path fill="#70b9e3"
d="m24.69 26.02 2.94-3.55c.57-.7 1.18-1.06 1.84-1.11.62-.06 1.24.2 1.82.74 1.71 1.63 3.45 3.19 5.2 4.75 2.35 2.1 4.77 4.27 7.04 6.55.73.74.75 1.95.03 2.7-.76.8-2.02.84-2.82.11l-10.95-9.98c-4.01 4.79-8.04 9.57-12.06 14.35-3.37 4-6.73 8-10.07 11.98 1.39-.59 2.76-1.19 3.53-1.53 1.88-.84 2.7-.21 4.07.84l.64.49c.43.32.8.61 1.14.88.39.31.76.6 1.15.88 1.89-2.53 3.8-5.02 5.7-7.5 1.67-2.18 3.34-4.35 5.01-6.46.51-.64 1.07-1.28 1.9-1.36.84-.07 1.49.42 2.1.95 1.71 1.47 3.42 2.94 5.17 4.45l1.39 1.2 16.58-19.21c.62-.72 1.21-1.32 2.05-1.35.79-.07 1.45.53 2.06 1.16 3.08 3.14 6.2 6.28 9.33 9.43C75.4 41.4 81.5 47.55 87.34 53.7c1.04-3.64 1.64-7.47 1.67-11.49C89.15 18.35 69.75 0 44.37 0 19.45 0 0 18.33 0 41.84c0 4.14.59 8.08 1.63 11.81 7.76-9.17 15.53-18.54 23.05-27.63Z"/>
<path fill="#70b9e3"
d="m75.27 54.23-5.12-2c-.44-.17-.52-.14-.79.12-.91.88-1.91 1.81-2.97 2.69-.47.39-1.08.54-1.67.43a2 2 0 0 1-1.4-1.01 2.03 2.03 0 0 1 .44-2.51l.67-.59c1.01-.89 2.01-1.76 2.97-2.67.96-.91 2.01-1.1 3.28-.59 2.16.86 6.37 2.52 9.68 3.82l-9.66-9.63c-7.52-7.51-10.92-10.9-12.41-12.54-3.01 3.48-5.95 6.89-8.89 10.3l-7.63 8.84c-1.49 1.72-2.37 1.78-4.09.3l-6.4-5.51c-3.51 4.41-6.96 8.78-10.41 13.24-1.13 1.52-2.89 1.9-4.27.92-.23-.16-.63-.49-1.11-.89-.77-.64-2.57-2.12-3.08-2.28-.37.09-3.24 1.35-5.13 2.17-1.73.76-3.21 1.41-3.99 1.67 6.48 15.48 21.95 25.85 40.98 25.88 19.18.02 34.9-10.47 41.44-26.03-3.3-1.34-6.89-2.74-10.44-4.13Z"/>
</svg>
</template>