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 5a700b31c6
continuous-integration/drone/push Build is passing Details
🔧 Modified the service worker registration policy to include a 30 second timeout (revert).
19 hours ago
..
components 🔧 Simplified the navigation link to the pin detail and removed commented code. 19 hours 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 day ago
services 🔧 Improved cookie: domain adjustment to include subdomains + delete console logs. 19 hours 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 2 days ago
app.config.ts 🔧 Modified the service worker registration policy to include a 30 second timeout (revert). 19 hours ago
app.routes.ts 💥 pin detail page 1 week 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. 2 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 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 day ago