lkurzyniec / YellowNotes

Sample ASP.NET Web API project with OAuth authentication and many other extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YellowNotes

Sample ASP.NET Web API project with OAuth authentication and many other extensions.

Table of contents

  1. The basics of API (CRUD)
  2. Validation
  3. Authentication and authorization
  4. Other
  5. Samples
  6. Useful links

1. The basics of API (GoodNotesController)

  • Create -> Post
  • Read -> Get
  • Update -> Put
  • Delete -> Delete

2. Validation

3. Authentication and authorization

45. Other


5. Samples

Token generation

Token generation

Access to resource denied

Access denied

Access to resource granted

Access granted

Refresh Token utilise

Refresh Token utilise

Model validation

Model empty validation

CORS (Cross-Origin Resource Sharing)

CORS

API Documentation page

API documentation page


6. Useful links

About

Sample ASP.NET Web API project with OAuth authentication and many other extensions.

License:GNU General Public License v2.0


Languages

Language:C# 100.0%