today_ai_weather/app
songtianlun 2b03661431 feat: add user authentication and authorization
- Implement friendly forwarding for user login
- Add correct_user method to ensure users can only edit their own profiles
- Update sessions_controller to handle forwarding URL
- Enhance user controller tests to verify redirection for unauthorized access

These changes improve user experience by allowing users to be redirected
back to their intended page after logging in. Additionally, the new
correct_user method enhances security by preventing users from editing
other users' profiles, ensuring proper authorization checks are in place.
2025-01-03 13:48:59 +08:00
..
assets feat: add remember me functionality to login 2025-01-02 17:49:06 +08:00
controllers feat: add user authentication and authorization 2025-01-03 13:48:59 +08:00
helpers feat: add user authentication and authorization 2025-01-03 13:48:59 +08:00
javascript feat: update asset management and add bundling tools 2025-01-02 14:45:44 +08:00
jobs init sample-app 2024-12-29 17:12:54 +08:00
mailers init sample-app 2024-12-29 17:12:54 +08:00
models feat: add user profile editing functionality 2025-01-03 10:55:42 +08:00
views feat: add user profile editing functionality 2025-01-03 10:55:42 +08:00