Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make Python behavior consistent with other versions #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ian-ross
Copy link
Contributor

  • Make capabilities into a simple list: TokenBuilder.with_capability now just appends a value to the list, instead of using a set to make capability values unique.

  • Make applied tags into a simple list: same behavior for TokenBuilder.apply_tag as for the capabilities list.

This makes the behavior of the Python code the same as the Java and Javascript versions of the library.

 - Make capabilities into a simple list:
   `TokenBuilder.with_capability` now just appends a value to the
   list, instead of using a set to make capability values unique.

 - Make applied tags into a simple list: same behavior for
   `TokenBuilder.apply_tag` as for the capabilities list.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant