An overview of PASETO Token-Based Authentication
When it comes to securing web applications, there are various options for authentication and authorization. Two popular choices are PASETO and JWT. While JWT has been widely utilized for many years, PASETO is a relatively new technology that has gained tr...
Handling bounced emails by SES with Rails (ActiveMailer)
If you are thinking of implementing a mailing system for your application, you would surely need to find a way to know if the sent emails are successfully delivered or not. With AWS SES (Simple Email Service), it is possible to set up bounce webhook notif...