如何在应用程序之间共享身份验证令牌

如何在应用程序之间共享身份验证令牌

本文介绍了[UWP]如何在应用程序之间共享身份验证令牌的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

您好,


我有2个我在Windows 10手机上运行的cordova应用程序,当我登录到一个应用程序时,它会从服务器下载令牌。我想在手机上安装的所有应用程序之间共享这些令牌,这些应用程序是由我开发的。


所需的行为是:当用户输入他/她的用户名和密码时应用程序,我在设备的某个地方保存令牌,当用户启动我开发的另一个应用程序时,他们不必再次输入用户名和密码。同样,当
用户在一个应用程序中注销时,我会删除已保存的令牌,当用户启动另一个应用时,他们也会在该应用中注销,因为令牌不再可用。


有没有办法实现这个目标?我尝试使用PasswordVault,但似乎我无法读取一个应用程序保存的令牌,即使他们正在创建具有相同资源名称的保险库。


我想要提供类似的功能通过Android的AccountManager API



问候,


Ashish

解决方案

Hello,

I have 2 cordova apps that I am running on Windows 10 phone and when I login in to one app, it downloads the tokens from the server. I want to share these tokens between all the apps, installed on this phone, that are developed by me.

The desired behavior is: When a user enters his/her username and password in one app, I save the tokens somewhere in the device and when user launches another app, developed by me, they don't have to enter their username and password again. Similarly when user logs out in one app, I delete the saved tokens and when user launches another app, they are logged out in that app too because tokens are not available anymore.

Is there any way to achieve this? I tried using PasswordVault but it seems that I can not read the tokens saved by one app in to another even when they are creating vault with same resource name.

I want a similar functionality as provided by AccountManager API of Android

Regards,

Ashish

解决方案


这篇关于[UWP]如何在应用程序之间共享身份验证令牌的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 11:06