2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)CSS37,704 stars (37,704 stars)1,414 forks (1,414 forks)batch import
Confirmedbughelp wanted
- 技術スタック
- なし
- Issue 種別
- feature
- 調査方針
- The issue requests persistent login sessions similar to the English FreeCodeCamp site. To implement, first investigate how the original site handles session persistence (e.g., using JWT or cookies with a remember me feature). Check the current codebase for existing authentication logic, likely in server side files. Look at related issues or PRs in the repository for any prior discussion or implementation attempts.