Skip to content

Commit

Permalink
Add login with orcid and wikimedia to provide account #19
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Mar 4, 2024
1 parent 69636c6 commit bd79080
Show file tree
Hide file tree
Showing 6 changed files with 520 additions and 11 deletions.
14 changes: 14 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,17 @@ ES_PORT=9200
ES_USERNAME=
ES_PASSWORD=
ES_INDEX=skohub-reconcile

# Authorization
WIKIMEDIA_AUTH_URL=https://meta.wikimedia.org/w/rest.php/oauth2/authorize
WIKIMEDIA_TOKEN_URL=https://meta.wikimedia.org/w/rest.php/oauth2/access_token
WIKIMEDIA_ID=
WIKIMEDIA_SECRET=
ORCID_AUTH_URL=https://sandbox.orcid.org/oauth/authorize
ORCID_TOKEN_URL=https://sandbox.orcid.org/oauth/token
ORCID_GETUSER_URL=https://sandbox.orcid.org/oauth/userinfo
ORCID_ID=
ORCID_SECRET=

CONTACT_MAIL=[email protected]

Loading

0 comments on commit bd79080

Please sign in to comment.