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

Graft noauth routes #33

Merged
merged 8 commits into from
Jul 31, 2019
Merged

Graft noauth routes #33

merged 8 commits into from
Jul 31, 2019

Conversation

graft
Copy link
Contributor

@graft graft commented Jul 31, 2019

This is mostly a modification to the Etna::Auth rack layer, allowing it to ignore routes that are marked as auth: {noauth: true}. Whereas previously Etna::Auth could function without having to know anything about the route it was serving, now it must check to see if the route is marked noauth. There are some corresponding changes to allow the Auth layer to find the server class and ask it about the route, some decoupling of Etna::Application and Etna::Server, and moving of logging facilities into Etna::Application.

@graft graft merged commit dfc4eb2 into master Jul 31, 2019
@graft graft deleted the graft-noauth-routes branch August 1, 2019 00:11
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

1 participant