Skip to content

Lagotto 3.11

Compare
Choose a tag to compare
@mfenner mfenner released this 24 Dec 00:15
· 2281 commits to master since this release

Lagotto 3.11 was released on December 24, 2014 with the following changes:

  • added Github source (stars and forks for Github repos as works) (#195)
  • added authentication options ORCID and Github (#196)
  • fixed bug where retrieval_statuses were not created properly for newly added sources (#197)
  • import additional CAS attributes (e.g. name) via a second API call (#198)
  • fixed a bug introduced in Lagotto 3.10 fetching data from CouchDB (#203)
  • fixed a v3 API caching bug (#204)

By default Lagotto uses Mozilla Persona for authentication. To use any of the other authentication options (cas, orcid, github), provide the options in the .env file:

# authentication via orcid, github, cas or persona. Defaults to persona
OMNIAUTH=

GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=

ORCID_CLIENT_ID=
ORCID_CLIENT_SECRET=

CAS_URL=
CAS_INFO_URL=
CAS_PREFIX=