hedgedoc/src/identity
David Mehren 3fe1bb0edf
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 20:56:17 +01:00
..
local feat: add local auth strategy 2021-08-08 21:59:12 +02:00
identity.entity.ts fix(identity): remove default for syncSource 2021-11-14 20:56:17 +01:00
identity.module.ts feat: add identity module 2021-08-08 21:59:23 +02:00
identity.service.spec.ts fix(identity): remove default for syncSource 2021-11-14 20:56:17 +01:00
identity.service.ts fix(identity): remove default for syncSource 2021-11-14 20:56:17 +01:00
provider-type.enum.ts feat: add ProviderType enum 2021-08-08 21:57:22 +02:00
session.guard.ts feat: add session handling 2021-08-31 13:36:13 +02:00
utils.ts feat: add getFirstIdentityFromUser helper function 2021-08-08 21:57:46 +02:00