Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

lkurzyniec/YellowNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages