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

Auto session #103

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

sridharsgithub
Copy link

On UNIX based operating systems (Incl. Linux and MacOS), users can simply create a session by using just client ID and client secret. Users will be re-directed to BOX's UI for authentication and grant access to the application. This will simplify the entire authentication process and eliminates the need for storing the refresh token.

This also includes the refresh token issue that I fixed in PR#98.

Following the SSL V3 Poodle vulnerability, box API doesn't support SSL V3 anymore (as of 10/16/2014). So, I have updated the default SSL version to use TSLv1_2 instead of SSLv2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant