如何将注册用户与OAuth存储到数据库中

如何将注册用户与OAuth存储到数据库中

本文介绍了如何将注册用户与OAuth存储到数据库中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要让我的客户注册

Facebook - twitter - Google



我需要存储用户数据(姓名,日期)出生,性别,图片)



进入数据库

I need to make my customers register with
Facebook - twitter - Google

I need to store users data ( name, Date of birth , Gender , Picture)

into database

推荐答案

Quote:

http://www.asp.net/identity/overview/extensibility/overview-of-custom-storage-providers-for -aspnet-identity

http://www.codeproject.com/Articles/790720/ASP-NET-Identity-Customizing-Users-and-Roles

http://www.asp.net/identity/overview/extensibility/overview-of-custom-storage-providers-for-aspnet-identity
http://www.codeproject.com/Articles/790720/ASP-NET-Identity-Customizing-Users-and-Roles


这篇关于如何将注册用户与OAuth存储到数据库中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 22:15