Aselsan

Results 15 comments of Aselsan

Microsoft oauth by default does not provide avatar in its payload, if we want it we can fetch it from a different endpoint. example: ```php private static $API_USER_AVATAR_URL = 'https://graph.microsoft.com/v1.0/me/photos/240x240/$value';...

Do you mean we should save the base64 data in the avatar column instead of just saving the file path?

I think the avatar column should be left null, if anyone wants to implement avatar, they can send PR.

Automated intervention by users can pose a security risk, especially if deletion decisions are made based on specific reasons known only to the admin. In my opinion, this behavior should...

Same problem, currently I commented out this line of code to make it work with the postgres db driver: https://github.com/codeigniter4/queue/blob/bcca098b104bd70c25620b5ba5acd2ee870d2556/src/Models/QueueJobModel.php#L56