You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
front/src/app
Alix JEUDI--LEMOINE 23e5d81db9
continuous-integration/drone/push Build is passing Details
🎨 Added a container for the pin detail with a custom background + fixed image size for small screen
7 days ago
..
components 🎨 Added a container for the pin detail with a custom background + fixed image size for small screen 7 days ago
model Added an HTTP interceptor to handle tokens and updated cookie handling to include the refresh token. Modified the HTTP configuration to use the interceptor. 1 week ago
services 🚑 Fix logout in case of 401 error 7 days ago
app.component.html 🔒 Refactor authentication handling by replacing LocalStorage/Login/Register services with AuthService across components and services 3 weeks ago
app.component.spec.ts Pin update added 2 months ago
app.component.ts 🧹 Removed useless import in app component 1 week ago
app.config.ts 🔧 Modified the service worker registration policy to include a 30 second timeout (revert). 7 days ago
app.routes.ts 💥 pin detail page 2 weeks ago
auth.guard.spec.ts 🔄 Replaced the LocalStorage service with the Cookies service in the AuthGuard, LoginPage, and AuthService components. Updated tests and imports accordingly. 3 weeks ago
auth.guard.ts 🔒 Refactor authentication handling by replacing LocalStorage/Login/Register services with AuthService across components and services 3 weeks ago
auth.interceptor.ts 🚑 Fix logout in case of 401 error 7 days ago