module GitHub
Overview
https://developer.github.com/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/
Extended Modules
Defined in:
github.crgithub/oauth.cr
Instance Method Summary
- #handle_callback(root_domain, context : HTTP::Server::Context)
- #handle_request(first_subdomain_part, root_domain, context : HTTP::Server::Context)
- #redirect(path : String, response : HTTP::Server::Response)
Instance Method Detail
def handle_request(first_subdomain_part, root_domain, context : HTTP::Server::Context)
#