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

Refactor JWT key resolver #832

Merged
merged 1 commit into from
Oct 17, 2016
Merged

Refactor JWT key resolver #832

merged 1 commit into from
Oct 17, 2016

Conversation

raphael
Copy link
Member

@raphael raphael commented Oct 16, 2016

To introduce new "simple" resolver.

@raphael
Copy link
Member Author

raphael commented Oct 16, 2016

@jaredbischof FYI this maintains the same interface but cleans up things a little bit and adds a new "simple" resolver so that the simple case stays simple.

To introduce new "simple" resolver.
@raphael raphael merged commit 4d19425 into master Oct 17, 2016
@raphael raphael deleted the key_resolver_redux branch October 17, 2016 03:25
@jaredbischof
Copy link

@raphael Thanks for notifying me.

ikawaha pushed a commit to ikawaha/goa that referenced this pull request Dec 13, 2016
To introduce new "simple" resolver.
ikawaha added a commit to ikawaha/goa that referenced this pull request Dec 14, 2016
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.

None yet

2 participants