14 Commits

Author SHA1 Message Date
amacocian 0fe9f9957c Setup OAuth2 support (#20)
* Setup OAuth2 support

* Setup tests project

* Setup OAuth2 unit tests in CI pipeline

* Setup authorizeattribute tests

* Test

* Setup tests for AuthorizeAttribute

* Setup OAuth2 support
Unit Tests coverage

* Add OAuth2 project to release
2022-09-02 16:13:08 +02:00
amacocian 1b438c8bd4 Introduce async extensions for RouteFilters (#16)
Rework filter logic to reuse filter objects on the scope of a request
2022-05-04 08:22:32 +02:00
amacocian 358d3c6795 Fix codeql pipeline (#4) 2022-01-02 17:44:49 +02:00
amacocian 2fef6cf1ac Introduce cancellation tokens
Introduce cancellation tokens for server
2022-01-02 17:25:55 +02:00
amacocian 3a712c1a1c Remove MSBuild from codeql pipeline 2022-01-02 17:23:34 +02:00
amacocian 4ce62de35a Update codeql-analysis.yml
Install net 6.0 before build
2022-01-02 17:19:43 +02:00
amacocian f8cc21e7db Introduce cancellation tokens for server
Update pipelines to .net6
Deprecate netcoreapp2.1 build
2022-01-02 17:14:01 +02:00
amacocian 1b5f8395cc Create codeql-analysis.yml 2021-12-27 17:46:43 +02:00
Alexandru Macocian 1a70065d49 Disable CD pipeline for PRs 2021-06-02 15:33:48 +02:00
Alexandru Macocian 848a56859f Disable all related server tests for CI 2021-06-02 15:28:07 +02:00
Alexandru Macocian dfe85bca09 Disable problematic tests 2021-06-02 15:17:53 +02:00
Alexandru Macocian bb9ea4773f Enable verbosity in unit tests 2021-06-02 14:58:40 +02:00
Alexandru Macocian 2ca324be10 Fix name 2021-06-02 14:34:14 +02:00
Alexandru Macocian 3da1a38e06 Introduce CI & CD pipelines 2021-06-02 14:28:46 +02:00