Last active
December 14, 2016 19:51
-
-
Save jc00ke/59765aa0744f791cf7a5752b2f2bcafb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def call(conn, _options) do | |
config_info = | |
conn | |
|> get_jwt_from_header | |
|> verify_jwt | |
|> get_data | |
|> get_configuration | |
handle_authentication(conn, config_info) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment