1.0.0-rc.1 • Published 4 years ago

@node-plex/plex-api-auth v1.0.0-rc.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

plex-api-auth

A Node.js library that retrieves an authentication token from Plex for use in applications. This project is based on the work found in node-plex-api-headers and node-plex-api-credentials. While influenced by the previous work, this rewrite aims to improve upon it in two major ways:

  • Implement the most current official token retrieval method described here.
  • Modernize and simplify the implementation with ES6 best practices.

TODO

  • migrate project to GitLab group
  • rename repository plex-api-auth
  • implement integration branch
  • automate .gitlab-ci.yml linting
  • automate package publishing to GitLab & NPM
    • calculate package tag in pipeline
  • finish tests
    • break-out index tests
  • create CLI stub :grey_question:
  • create a custom npm init based on this repo
1.0.0-rc.1

4 years ago