You are receiving this email because either we have met, chatted, or you've visited our website cerbos.devand asked us to keep you up-to-date. If you have been forwarded this email, you can subscribeand receive future updates directly from us. If you prefer not to receive these updates, you can unsubscribe below, but we hope you stay!
Updates to Cerbos
v0.30 of Cerbos
The v0.30 release of Cerbos is packed with new features such as variable validation, log rotation and JWT skew support.
Variables used in policies are now checked at compile time to detect unknown variables and circular references.
The file audit log driver now supports automatic log rotation based on file size and age, and gains the ability to output to multiple destinations (tee).
When working with JSON Web Tokens it is sometimes useful to have a small amount of skew allowed on time-base claims (exp and nbf) for cases when clocks may be slightly out of sync or a token has been cached.
You can now export a policy store and compile policies in a zip/tar.gz archive
A big shout out to everyone who stopped by our booth at Civo Navigate Europe, and chatted with us at GopherCon UK and DevRelCon London. Our team had a great time connecting with you. To those of you who tuned in for the talk our Product Lead, Alex Olivier, gave at Civo - thank you!
Looking ahead, we're excited to announce that we'll be attending several more events in the upcoming months. Join us at:
Revolutionizing Authorization in Laravel applications
We just released the Cerbos Laravel SDK – a seamless way to integrate Cerbos into your Laravel applications. The SDK offers developers enhanced security paired with a polished user experience.
Cerbos Playground: Dive into the RBAC policy generator
Access control in modern applications is crucial to ensure data privacy and system integrity. As applications become more complex and interconnected, so does the need for a more simplified way to manage access controls.
We are pleased to introduce an adapter for Mongoose to our collection. By using this adapter, implementing result filtering based on policies becomes straightforward. You simply need to pass the plan to the adapter and then include the resulting conditions in the find method of your models.