-
Notifications
You must be signed in to change notification settings - Fork 14
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
SAS tokens instead of keys in app #4
Comments
SAS token support is something I would like to add here... But with .NET 4.6 (Experiment) support looming I have held fire on developing this as it looks like we are close to being able to use the full SDKs now. |
Makes sense. I have already jumped ship to 4.6 myself :) |
The experimental Unity Azure SDK has been removed from the web, and from what I saw elsewhere, no longer works anyway. So here's a quick and dirty modification that works for my needs and will hopefully save someone time:
|
It would be really cool if you could use a SAS token (generated elsewhere) instead of storing the account key in the application.
I have a backend where I generate SAS tokens but I don't really know what to do with them, so that's pretty much the functionality I am asking for :)
The text was updated successfully, but these errors were encountered: