hedgedoc/src/identity
David Mehren a08d8c58ed
fix(identity): remove default for syncSource
To make the create method more consistent with the
guidelines,
this commit removes the default value from the `syncSource` parameter.

An Identity will be created as sync source,
when the associated account is created using an external provider.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-11-14 21:46:04 +01:00
..
local feat: add local auth strategy 2021-09-16 23:59:59 +02:00
identity.entity.ts fix(identity): remove default for syncSource 2021-11-14 21:46:04 +01:00
identity.module.ts feat: add identity module 2021-09-16 23:59:59 +02:00
identity.service.spec.ts fix(identity): remove default for syncSource 2021-11-14 21:46:04 +01:00
identity.service.ts fix(identity): remove default for syncSource 2021-11-14 21:46:04 +01:00
provider-type.enum.ts feat: add ProviderType enum 2021-09-16 23:59:59 +02:00
session.guard.ts feat: add session handling 2021-09-17 00:00:00 +02:00
utils.ts feat: add getFirstIdentityFromUser helper function 2021-09-16 23:59:59 +02:00