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:
- a sql database not option, they're , providers charge arm , leg
- 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
Post a Comment