Skip to content

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant