Copy your API key now. You won't be able to see it again.
Save this key now!
This is the only time you'll see the full API key. Store it securely.
Name: <%= @api_key.name %>
Application: <%= @api_key.application.name %>
Expires: <%= @api_key.expires_at ? @api_key.expires_at.strftime("%b %d, %Y %H:%M") : "Never" %>
Usage example:
curl -H "Authorization: Bearer <%= @plaintext_token %>" \
-H "X-Forwarded-Host: your-app.example.com" \
<%= request.base_url %>/api/verify