SOHAIL AHMAD

Results 4 issues of SOHAIL AHMAD

#### Trac ticket number ticket-36424 #### Branch description This change improves the Django documentation by adding detailed explanations about how the shell management command handles model name collisions when multiple...

#### Trac ticket number ticket-36436 #### Branch description This PR addresses a security concern in the Django messages framework. Specifically, it ensures that the signer used in CookieStorage is not...

## Describe the bug When using OAuth2 providers such as Authentik with RS256-signed access tokens, the access_token (and sometimes refresh_token) exceeds 1024 characters. This results in a StringDataRightTruncation error in...

bug

When using OAuth2 providers such as Authentik with RS256-signed access tokens, the access_token (and sometimes refresh_token) exceeds 1024 characters. This results in a StringDataRightTruncation error in PostgreSQL: ```bash psycopg.errors.StringDataRightTruncation: value...