We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At present the challenge API key is verified, but it is not tied to a specific challenge.
def auth_by_api_key authenticate_or_request_with_http_token do |token, options| challenge = Challenge.where(api_key: token).first (token == ENV['CROWDAI_API_KEY'] || challenge.present?) end end
The text was updated successfully, but these errors were encountered:
Closed by #327
Sorry, something went wrong.
scarroll32
No branches or pull requests
At present the challenge API key is verified, but it is not tied to a specific challenge.
The text was updated successfully, but these errors were encountered: