web-applications-with-fastapi-course icon indicating copy to clipboard operation
web-applications-with-fastapi-course copied to clipboard

Demo code and other handouts for students of our FastAPI Web Apps course.

Results 1 web-applications-with-fastapi-course issues
Sort by recently updated
recently updated
newest added

Hello! Where is proper place to specify logic for last login? Is it some service `put_last_login_by_user_id(user_id)` which is called in LoginViewModel or something else? Thank you