c# - Can I create a mutual login system for multiple windows store apps? -


i have multiple windows store apps of company , of them have signing in option. trying create mutual login system of apps. in simple words, if user log 1 app automatically signed in other apps.

i using sqlite locally maintain user's session data. so, tried access 1 app sqlite file other app giving static path installed location. won't open sqlite file.

can put sqlite file in folder other apps can access too? there common folder/storage space in windows store app other apps able access sqlite file?

any appreciated, in advance!

although doesn't right now, windows 10 have solution apps same publisher sharing data. can use applicationdata.getpublishercachefolder(foldername) access 1 or more folders share amongst apps.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -