1.1.0 • Published 8 years ago

sinopia-github v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Sinopia Github Auth plugin

Features

  • uses internal caching and conditional requests (ETag-based) to prevent rate limit exceeding
  • github team names are available as Sinopia groups in config.yaml

config.yaml

auth:
  github:
    org: medallia
    client_id: abc # register a new application with github to get your id and secret
    client_secret: 123
    ttl: 300
...
packages:
  'orgprefix-*':
    allow_access: $authenticated
    allow_publish: [ Team One, Team Five ] # these are the Github team names within your org
1.1.0

8 years ago

0.1.2

8 years ago

1.0.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago