文件名称:purity_oauth2:Purity 框架的 oauth2 扩展
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-31 19:52:50
Dart
#Purity OAuth2 用于纯度框架的简单 oauth2 库。 ##尝试登录流程 要查看实际登录流程,您可以通过 3 种方式运行演示/测试: 要查看主机向 google 服务发出请求的真实登录流程,请运行pub build然后运行build/bin/host.dart然后导航到localhost:4346 。 要查看使用纯度框架的登录流程,请运行输入showComs以查看通信窗口,然后输入newClient 。 要查看在没有纯度框架的情况下的登录流程,请运行 。
【文件预览】:
purity_oauth2-dev
----pubspec.yaml(646B)
----.gitattributes(483B)
----lib()
--------view()
--------model()
--------interface()
--------mock_model()
----web()
--------index.html(606B)
--------index.dart(2KB)
----LICENSE(1KB)
----test()
--------integration()
----README.md(739B)
----.gitignore(40B)
----bin()
--------host.dart(843B)