- Update RootLayout to handle authentication state and redirect users based on their auth status. - Create an Index component to redirect unauthenticated users to the login page. - Modify ApiAuthRepository to fetch user session data using access and refresh tokens. - Introduce a new container file to manage use case instances for authentication and filament operations. - Enhance authStore to validate tokens and fetch user data from the API. - Add babel-plugin-module-resolver for improved module imports. - Update package.json scripts for running the app on Android and iOS. - Add expo-camera dependency for camera functionalities. - Update tsconfig.json to include infrastructure path mapping.
11 lines
242 B
YAML
11 lines
242 B
YAML
name: route
|
|
variables:
|
|
- secret: true
|
|
name: access_token
|
|
- secret: true
|
|
name: refresh_token
|
|
- name: preset_id
|
|
value: 38e439ba-0289-4bf0-9f4b-f9cb12991167
|
|
- name: filament_id
|
|
value: 0b371f84-706a-4eaa-bff0-33556fa833b4
|