1Password / connect-sdk-python

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

Add excludeCharacters property to GeneratorRecipe #79

Closed volodymyrZotov closed 8 months ago

volodymyrZotov commented 1 year ago

Currently GeneratorRecipe doesn't have excludeCharacters property.

This feature request is to add excludeCharacters: string to the GeneratorRecipe which is a list of all characters that should be excluded from generated passwords.

https://developer.1password.com/docs/connect/connect-api-reference#item-generatorrecipe-object

davidtran001 commented 11 months ago

I have created a PR that addresses this issue.