Skip to content

Releases: CiBuildOrg/WebApi-Boilerplate

OAuth-ready

09 Aug 21:16
Compare
Choose a tag to compare
OAuth-ready Pre-release
Pre-release

Contains the oauth-ready version

  • Saving the refresh tokens in the database for the ability to revoke access to users
  • included a simple postman collection to show the access_token / refresh_token flow. Postman data is taken from the data seed class.
  • future improvements - unit / integration test the oauth flow

Basic

26 Jul 11:58
Compare
Choose a tag to compare
Basic Pre-release
Pre-release

Contains autofac wiring, EF wiring and WebApi tracing out of the box