I'm want developing a Web API with .Net core api 1.1 and reading some documents about Web API realize I need Bearer authorization. After searching I can't find any document or sample that use authorization without the use of Entity Framework. Instead of this i need to use dapper with a mysql connector in order to connect my app with a mysql server. Is it possible to do it with Bearer authorization ?
↧