issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript linked:pr linked:pr linked:pr
Filter by
2.2M results
Commit: https://github.com/php/doc-en/commit/1c5ff30e9ae64bd4fd7ebbd0cccfb1e642e1b02c PR:
https://github.com/php/doc-en/pull/5617
Fichiers FR à mettre à jour
- reference/filter/constants.xml
sync-en
Commit: https://github.com/php/doc-en/commit/4047ef2a8b552d69909e1cee259fcad65d2510c7 PR:
https://github.com/php/doc-en/pull/5620
Fichiers FR à mettre à jour
- reference/radius/functions/radius-get-vendor-attr.xml ...
sync-en
Summary
`isTokenExpired` in `authService.js` has its comparison operator inverted. The function returns `true` when the token is
still valid and `false` when it has expired — the exact opposite of what ...
bug
Summary
`bcrypt.compare` is an async function that returns a `Promise`, but it is called without `await` in `loginUser`. This
means `isPasswordValid` is always a truthy `Promise` object, so the password ...
bug
The FastAPI backend (backend/main.py) has no authentication on 16 out of 17 API endpoints. Only /auth/me uses
Depends(get_current_user). All other endpoints — including ticket CRUD, AI analysis, and ticket ...
The string hooks cd ../frontend npm run dev / cd ../frontend npm run build fail on Windows: Tauri 2 doesn t run string
hooks through a shell reliably, so cd (a shell builtin, not an .exe) errors with * ...
chore
Summary
Convert the existing Vite + React (JSX) single-page app to Next.js (App Router) + TypeScript, with Tailwind CSS for
styling.
Goals / decisions
- Persistence: keep localStorage for now, but ...
작업 내용
Google OAuth 로그인 완료 후 JSON 응답을 반환하던 기존 방식을 프론트엔드 리다이렉트 방식으로 변경합니다.
기존에는 Callback API에서 Access Token과 사용자 정보를 JSON으로 반환하여 브라우저 화면에 응답 데이터가 그대로 노출되었습니다.
이를 개선하기 위해 Google OAuth Callback에서는 Refresh ...
feat
The interval prop passed to the underlying Rerender component is calculated only on mount or when the date prop updates.
Since Date.now() is not a reactive dependency, the interval remains static. The ...
fix:bug

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.