Changelog
View SourceAll notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.1.0 - 2025-09-03
Added
- Initial release of Ueberauth DocuSign strategy
- OAuth2 Authorization Code Flow implementation
- Support for DocuSign demo and production environments
- User info extraction (email, name, accounts)
- CSRF protection via state parameter
- Comprehensive test suite with Bypass mocking
- Integration test framework for real API testing
- Support for custom OAuth scopes
- Automatic environment detection
- Complete documentation and examples
Features
- Full OAuth2 compliance with DocuSign's implementation
- Support for multiple DocuSign accounts per user
- Token refresh capability
- Configurable redirect URIs
- Login hint support for pre-filling email
- Prompt parameter support for forcing re-authentication
Security
- Client credentials properly secured
- State parameter for CSRF protection
- Secure token handling
- Support for production security best practices