MerryFairyTalesAD440 / UX-UI

Web team repo
0 stars 1 forks source link

Implement in the UI how to handle SASS Token: #12

Open jameriah30 opened 5 years ago

JLaveta commented 5 years ago

Notes from class: Implement in the UI framework how to handle SAS token. JS function which stores either in local storage or session or cookie or w/e so you can call the SAS API.

JLaveta commented 5 years ago

Relevant info: https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-part-1

JLaveta commented 5 years ago

Branched off of vueStarter to show an example of cookie read/write/delete in Vue. Example branch is called vueCookie and can be found here:

https://github.com/MerryFairyTalesAD440/UX-UI/tree/vueCookie

With research, this ended up taking much less time than anticipated at around 5 total hours.

JLaveta commented 5 years ago

Wiki link: https://github.com/MerryFairyTalesAD440/UX-UI/wiki/SAS-Token-Storage---Cookies

JLaveta commented 5 years ago

@toddysm