laravel-app-key-rotator

Rotate app keys around while re-encrypting data.

MIT License

Downloads
11.3K
Stars
21
Committers
3

Bot releases are hidden (Show)

laravel-app-key-rotator - v3.1.1 Latest Release

Published by rawilk over 1 year ago

What's Changed

Full Changelog: https://github.com/rawilk/laravel-app-key-rotator/compare/v3.1.0...v3.1.1

laravel-app-key-rotator - v3.1.0

Published by rawilk almost 2 years ago

What's Changed

  • Fix install issue when resolving the app instance in our service provider
  • Add ability to define actions to be run prior to anything else
  • Add BackupEnvAction that can be run in the new before actions
  • Only register bindings necessary for key rotation when the app is running in the console

Full Changelog: https://github.com/rawilk/laravel-app-key-rotator/compare/v3.0.0...v3.1.0

laravel-app-key-rotator - v3.0.0

Published by rawilk almost 2 years ago

What's Changed

Breaking Changes

  • Drop PHP 7.4 support
  • Drop Laravel 8.0 support
  • Package config and AppKeyRotator instance are now passed into handle() instead of __construct on each action
  • models config key now expects a single dimensional array of model classes
  • Models requiring re-encryption must implement the \Rawilk\AppKeyRotator\Contracts\ReEncryptsData contract and implement the encryptedProperties method

Full Changelog: https://github.com/rawilk/laravel-app-key-rotator/compare/v2.0.1...v3.0.0

laravel-app-key-rotator - v2.0.1

Published by rawilk over 2 years ago

Updated

  • Add support for Laravel 9.*
  • Add support for PHP 8.0
  • Add support for PHP 8.1
laravel-app-key-rotator - 2.0.0

Published by rawilk about 4 years ago

Added

  • Add support for Laravel 8

Removed

  • Drop support for Laravel 7
laravel-app-key-rotator - 1.0.0

Published by rawilk about 4 years ago

  • initial release