What's Changed
- Implemented OAuth2 Refresh Token Flow for Dropbox authentication.
- Provides a more secure and persistent authentication method.
- Eliminates the need for manual token renewal every 4 hours.
- Includes a new console command (
php artisan dropboxadapter:setup) to generate and manage refresh tokens.
- Introduced Temporary Token Flow for quick setup and development environments.
- Allows direct use of short-lived access tokens for testing.
- Enhanced
.envconfiguration to support both authentication modes viaDROPBOX_AUTH_MODE.
Full Changelog: v1.0.0...v1.1.0