1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/test/Common/AutoFixture
Matt Gibson e2c6fc81f4
Feature/token service (#1785)
* Implement draft token service

* Add tokenizer and factory

* Handle expiring tokens through base class

* Allow direct token validity checks

* Add safe unprotect to tokenizer

* Add interface to tokenizer factory

* Use tokenizer

* Fix rebase

* Handle cleartext prefix in tokenizer base

* Use epoch milliseconds for expiration in tokens

* Use tokenizers

* Test tokens

* Linter fixes

* Add TokenizerFactory to DI services

* Test epoch milliseconds deserialization

* Use separate injectables for each token type

* Fix directory

* Add functional unprotect to token

* Fix namespace and correct object names

* Remove Tokenable interface

* Test remaining Tokens classes

* Dotnet format

* Fix sut provider errors with update

* Remove useless property

Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-01-10 09:58:16 -06:00
..
Attributes Freshsales integration (#1782) 2021-12-22 13:27:52 -05:00
BuilderWithoutAutoProperties.cs Run dotnet format (#1764) 2021-12-16 15:35:09 +01:00
FixtureExtensions.cs Run dotnet format (#1764) 2021-12-16 15:35:09 +01:00
GlobalSettingsFixtures.cs Run dotnet format (#1764) 2021-12-16 15:35:09 +01:00
ISutProvider.cs Run dotnet format (#1764) 2021-12-16 15:35:09 +01:00
SutProvider.cs Feature/token service (#1785) 2022-01-10 09:58:16 -06:00
SutProviderCustomization.cs Run dotnet format (#1764) 2021-12-16 15:35:09 +01:00