1Password / connect-sdk-python

Python SDK for 1Password Connect
https://developer.1password.com/docs/connect
MIT License
200 stars 30 forks source link

Added excludeCharacters property to GeneratorRecipe class #83

Closed davidtran001 closed 8 months ago

davidtran001 commented 11 months ago

Overview

This PR adds the excludeCharacters property to the GeneratorRecipe class in generator_recipe.py. Essentially the excludeCharacters property will tell the Connect server to exclude all characters within the excludeCharacters string when generating a password.

Three methods have been added to the GeneratorRecipe class:

Type of change

- [ ] Created a new plugin - [x] Improved an existing plugin - [ ] Fixed a bug in an existing plugin - [ ] Improved contributor utilities or experience ## Related Issue(s) * Resolves: #79 ## How To Test

Run unit tests

From the project's root directory run: pytest /src/tests

Test feature

Changelog

Added `excludeCharacters` property to `GeneratorRecipe` class
volodymyrZotov commented 8 months ago

@davidtran001 Thanks for introducing this feature! Great improvement for the SDK!

volodymyrZotov commented 8 months ago

@davidtran001 all commits should be signed to merge this. Could you sign the commit, please?