I'm developing a website on soccer players in Episerver and I want my visitor to register (preferably in the future with Facebook, Google or Microsoft), login and manage a watchlist of their favorite players on my website. After reading a few docs I have four solutions to go for;
- EPiServerProfile; this gives me a head start, still I don't know if I can ever use social logins?
- Epi server commerce; this seems like overfitting the problem. I don't intent to sell anything. But maybe feature complete?
- Use EPiServer.Cms.UI.AspNetIdentity; this allready got my cms account it so why not use this?
- Build everthing custom and try to manage users; I like to do this but would take me along time and I want to manage the users in Epi server (Maybe descend from PageData?)
I'm a bit new to episerver so who is whiling to rate my solutions?