Monday, June 27, 2016

.NET Authorization note to self

Authorize only 1 person(s) and deny all others and anonymous.



<authorization>    
           <allow users="you@email.com" />
            <deny users="*" />
            <deny users="?"/>
          </authorization>

API Design Principles: A Comprehensive Guide for US Business Owners

API Design Principles Introduction to API Design Principles Application Programming Interfaces (APIs) serve as the backbone of moder...