Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor package to remove authentication method for new classes #16

Open
ecaldwell opened this issue Nov 13, 2013 · 0 comments
Open

Refactor package to remove authentication method for new classes #16

ecaldwell opened this issue Nov 13, 2013 · 0 comments

Comments

@ecaldwell
Copy link
Contributor

It's cumbersome to initialize a new Utilities class (requiring username and password) when you've already initialized an Admin class (or vice versa). Rethink how these modules are organized and how authentication should be handled.

Two ideas:

  • allow for passing a token parameter to be used for authenticating the class
  • remove the User class initialization from the Admin and Utilities classes and instead add a token parameter to all functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant