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

How to use box SDK through our own backend #208

Closed
adc-jhuang opened this issue Apr 8, 2016 · 1 comment
Closed

How to use box SDK through our own backend #208

adc-jhuang opened this issue Apr 8, 2016 · 1 comment

Comments

@adc-jhuang
Copy link

It is not safe to store authentication information in the mobile app.

We already access box.net through our own backend. So, our mobile app call our own URL, which calls box.net with authentication information and it shows in a web view. Everything works fine.

Now we want to use box sdk because it is much nicer. However, how do we use the sdk with our own URL instead of box authentication?

@boxtcarpel
Copy link
Contributor

@adc-jhuang thanks for integrating with Box and considering our SDKs.

This SDK is not really designed to support the scenario you're describing, however we do make it as safe as possible to use the SDK in your iOS app with Keychain integration. You should consider using the SDK directly for authentication.

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

No branches or pull requests

2 participants