Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Added the ability to dynamically add/remove keys from the jwt securit… #818

Merged
merged 1 commit into from
Oct 11, 2016

Conversation

jaredbischof
Copy link

…y middleware after creation.

@raphael
Copy link
Member

raphael commented Oct 11, 2016

Awesome, thank you!

@raphael raphael merged commit d9a439a into goadesign:master Oct 11, 2016
ikawaha pushed a commit to ikawaha/goa that referenced this pull request Dec 13, 2016
ikawaha added a commit to ikawaha/goa that referenced this pull request Dec 14, 2016
… security middleware after creation. (goadesign#818)"

This reverts commit 4c7fc9d.
raphael pushed a commit that referenced this pull request Dec 14, 2016
* Added the ability to dynamically add/remove keys from the jwt security middleware after creation. (#818)

* Refactor JWT key resolver (#832)

To introduce new "simple" resolver.

* Add an interface instead of using testing.T (#733)

* removed unneeded check which would make an unsafe concurrent modification (#736)

- logit() doesn't need to modify a.keyvals because it was already fixed up in New()

* Modify metrics so that names are normalized to legal chars (#771)

* Add normalizeKeys() function for normalizing metric key names

* Properly synchronize updates to metrics object

* Fix setting a default value to datetime

* Add tests for a default value of datetime

* address issue #738 by creating a title for the test file

* Fix a finalize test

* Revert "Refactor JWT key resolver (#832)"

This reverts commit f6ecb66.

* Revert "Added the ability to dynamically add/remove keys from the jwt security middleware after creation. (#818)"

This reverts commit 4c7fc9d.
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.

2 participants