Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
MicroClub-USTHB
/
multAI-back
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix/session and device management
- #67
#67
Merged
ademboukabes
merged 19 commits into
develop
MicroClub-USTHB/multAI-back:develop
from
fix/session-and-device-management
MicroClub-USTHB/multAI-back:fix/session-and-device-management
Copy head branch name to clipboard
Jul 18, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Fix/session and device management
#67
ademboukabes
merged 19 commits into
develop
MicroClub-USTHB/multAI-back:develop
from
fix/session-and-device-management
MicroClub-USTHB/multAI-back:fix/session-and-device-management
Copy head branch name to clipboard
Commits
Commits on Jul 16, 2026
Merge pull request #66 from MicroClub-USTHB/develop
Show description for b4987f3
Tyjfre-j
authored
b4987f3
View commit details
Copy full SHA for b4987f3
Browse repository at this point
Commits on Jul 17, 2026
feat(db): migration add_physical_device_id to user_devices
Tyjfre-j
committed
4ede13a
View commit details
Copy full SHA for 4ede13a
Browse repository at this point
feat(db): migration create_refresh_tokens table
Tyjfre-j
committed
c17a040
View commit details
Copy full SHA for c17a040
Browse repository at this point
feat(db): add GetDeviceByPhysicalId, GetAnyDeviceByPhysicalId, regenerate sqlc
Tyjfre-j
committed
348aa7b
View commit details
Copy full SHA for 348aa7b
Browse repository at this point
feat(auth): rewrite _ensure_device_for_login, fix FK and session cap bugs
Tyjfre-j
committed
f9b87be
View commit details
Copy full SHA for f9b87be
Browse repository at this point
refactor(auth): delete dead create_device, remove unused import
Tyjfre-j
committed
ed0055e
View commit details
Copy full SHA for ed0055e
Browse repository at this point
refactor(api): rename device_id to physical_device_id in MobileAuthBaseRequest
Tyjfre-j
committed
c5e8e96
View commit details
Copy full SHA for c5e8e96
Browse repository at this point
test(auth): update fakes and mocks for physical_device_id
Tyjfre-j
committed
3206d40
View commit details
Copy full SHA for 3206d40
Browse repository at this point
fix: fixed ruff errors
Tyjfre-j
committed
61c63d4
View commit details
Copy full SHA for 61c63d4
Browse repository at this point
Commits on Jul 18, 2026
feat(session): add SESSION_ACTIVITY_THROTTLE_SECONDS setting (default 60s)
Tyjfre-j
committed
75193ae
View commit details
Copy full SHA for 75193ae
Browse repository at this point
fix(security): neutralize '..' path traversal sequences in sanitise_filename
Tyjfre-j
committed
99f54f2
View commit details
Copy full SHA for 99f54f2
Browse repository at this point
feat(session): throttled last_active update on fast path; honest docstring
Tyjfre-j
committed
bb03d10
View commit details
Copy full SHA for bb03d10
Browse repository at this point
feat(session): add last_active to MobileSessionCache; update cache_session_for_auth signature
Tyjfre-j
committed
3d3d103
View commit details
Copy full SHA for 3d3d103
Browse repository at this point
feat(session): replace hard-reject session cap with LRU eviction
Tyjfre-j
committed
f3ba2da
View commit details
Copy full SHA for f3ba2da
Browse repository at this point
test(image): update enrollment security tests for app.core.image_validation refactor
Tyjfre-j
committed
963ea92
View commit details
Copy full SHA for 963ea92
Browse repository at this point
test(session): rewrite TestSessionLimit to assert LRU eviction behavior
Tyjfre-j
committed
6d0774a
View commit details
Copy full SHA for 6d0774a
Browse repository at this point
test(auth): add regression tests for FK bug, cap-vs-replace, device reuse
Tyjfre-j
committed
756801f
View commit details
Copy full SHA for 756801f
Browse repository at this point
test(integration): add real-DB tests for session replace and cascade delete
Tyjfre-j
committed
b687c82
View commit details
Copy full SHA for b687c82
Browse repository at this point
fix: added missing last active field
Tyjfre-j
committed
c6e6d4e
View commit details
Copy full SHA for c6e6d4e
Browse repository at this point
You can’t perform that action at this time.