asp.net - Using an external OAuth provider for MVC4 authentication without membership or database -


i'm working on learning mvc4 , surrounding technologies.

the templates , wealth of functionality quite overwhelming, app know:

  1. a sql database not option, they're , providers charge arm , leg
  2. i'd able support facebook authentication via oauth , maybe dropbox (to allow users store documents , config etc if opt to).

out of box there's lot of existing templates , code achieving using oauthwebsecurity in authconfig.cs file, , large entirely entity framework focused (which unsurprising given prevalence , commercial interests sql has within microsoft space).

i know can poorman's authentication using web.config files , such, wondering if still make use of built-in oauth authentication tools, minus entity-framework , database fuss? i'd still store minimal data (access tokens , such) in xml files etc.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -