Skip to content

Commit

Permalink
optional has_orcid_token flag for jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 24, 2021
1 parent 649ae2f commit 97f37a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/user.rake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace :user do
provider_id: ENV["PROVIDER_ID"],
client_id: ENV["CLIENT_ID"],
beta_tester: ENV["BETA_TESTER"],
has_orcid_token: ENV["HAS_ORCID_TOKEN"] == "true",
email: ENV["EMAIL"],
exp: (ENV["DAYS"] || "365").to_i.days,
aud: ENV["AUD"] || Rails.env,
Expand Down

0 comments on commit 97f37a0

Please sign in to comment.