Cidaas / Cidaas-for-Typo3

Enables secure and convenient authentication of users in TYPO3 with cidaas. Secure – Fast – And unrivaled Swabian.
https://www.cidaas.com
GNU General Public License v2.0
4 stars 3 forks source link

Access token gets cut off #9

Open ulrichmathes opened 7 months ago

ulrichmathes commented 7 months ago

We have problems with some users getting errors and can't contain logged in.

In the debug log of one user having problems, we receive an access token with the length of 1064 characters.

The field definition of fe_users:

access_token varchar(1000) DEFAULT '' NOT NULL,

I don't have an idea how long a access token can be and it variates.

Could you fix the issue by providing a maximum length in access_token definition?

ulrichmathes commented 6 months ago

Any updates on this topic?