FreeCodeCampChina/freecodecamp.cn
View on GitHub为什么freecodecamp中文网不能象freecodecamp英文网一样退出浏览器也能保存登录信息
Open
#317 opened on Jul 2, 2017
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
Description
每一次都要重新登陆实在是太麻烦
Contributor guide
- Tech stack
- None
- Domain
- authenticationbackend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- understanding of session managementknowledge of cookies/JWTfamiliarity with Express/Node.js
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- 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.