Codit / practical-api-guidelines

Practical guidelines for building & designing APIs with .NET.
MIT License
16 stars 5 forks source link

Complete the security first paragraph #16

Closed MassimoC closed 5 years ago

MassimoC commented 6 years ago

Complete the security first paragraph with more details. Decide whether any form of authentication / authorization will be part of the first maturity level

tomkerkhove commented 6 years ago

Security might be something that could span a maturity level, for example shared access key is super easy to do while more advanced scenarios should be a higher maturity level.