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
Firebase\JWT::jsonEncode() automatically converts all values to strings. But some JWT converters expect the 'exp' and 'iat' values to be integers. Need the ability to apply flags to the json_encode() call, so that JSON_NUMERIC_CHECK can be added if needed.
The text was updated successfully, but these errors were encountered:
Firebase\JWT::jsonEncode() automatically converts all values to strings. But some JWT converters expect the 'exp' and 'iat' values to be integers. Need the ability to apply flags to the json_encode() call, so that JSON_NUMERIC_CHECK can be added if needed.
The text was updated successfully, but these errors were encountered: