auth_oauth_multi_token
This module enables users to maintain multiple simultaneous OAuth sessions for the same account across different devices.
Key Features
- res.users: Allows storing and managing multiple OAuth access tokens per user account
- res.users: Provides a configurable maximum limit for concurrent OAuth connections
- res.users: Includes a user interface to view recent tokens and clear all active tokens
- auth.oauth.multi.token: Stores individual OAuth tokens with creation timestamps
- auth.oauth.multi.token: Automatically removes oldest tokens when the maximum limit is exceeded
- authentication: Supports multi-token authentication with all OAuth providers