Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 4.12 KB

README.md

File metadata and controls

71 lines (54 loc) · 4.12 KB

.NET core WebApi project and RavenDB

Required

Setup

  1. Clone
  2. Go to Startup.cs file and replace:
    • {path_to_your_client_certificate_pfx_file} with own certificate file path
    • {database_name} with own database name
    • {database_url} with own database url
  3. dotnet restore (optional)
  4. dotnet build (optional)
  5. dotnet run

Additional information

TODO


Testing authorization server with Postman

  • Retrieving an access_token using the Resource Owner Password Credentials (ROPC)

request

  • Retrieving an access_token using the refresh_token

request

  • Making an API request using the access_token

request_with_access_token

License

Released under the MIT.