We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1799315 commit ee3fcb2Copy full SHA for ee3fcb2
README.md
@@ -8,6 +8,7 @@ https://data-northwind.indigo.design/swagger/index.html
8
- PUT accepts the whole entity, even the "id"
9
- DELETE methods need to map the id, like id=customerId
10
- DELETE methods return a copy of the deleted entity
11
+- Role-based auth support - [blog](https://www.infragistics.com/community/blogs/b/infragistics/posts/create-role-based-web-api-with-asp-net-core)
12
- In order to create a Bearer token, use the POST -> `/Auth/Register` with the example request body:
13
```
14
{
0 commit comments