Friday, May 25, 2018

Custom identity in asp.net core oauth

There are very few samples on the web about custom identity framework implementation of dot net core oauth, hence making a note of one of them

https://translate.google.co.uk/translate?hl=en&sl=ja&u=https://blog.nextscape.net/archives/Date/2017/12/aspnetcoreidentity2&prev=search

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...