Skip to content

DonatasBrazionis/dotnetcore-webapi-and-ravendb

Repository files navigation

.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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages