Commit 299199e
fix(config): Clarify Redis usage and remove session configuration
- Add comment to Redis config: caching only (not for sessions)
- Change session.store-type from redis to none
- Remove session timeout (unnecessary for JWT stateless auth)
The application uses JWT-based stateless authentication where:
- SecurityConfig sets SessionCreationPolicy.STATELESS
- Redis is used only for refresh token storage and token blacklist
- No server-side session management required
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 9baf80f commit 299199e
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
0 commit comments