Add identity tokens

This commit is contained in:
Jonas Lochmann 2022-09-12 02:00:00 +02:00
parent a86a0abb05
commit 04aa2ce517
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
18 changed files with 390 additions and 11 deletions

View file

@ -1,6 +1,6 @@
/*
* server component for the TimeLimit App
* Copyright (C) 2019 - 2021 Jonas Lochmann
* Copyright (C) 2019 - 2022 Jonas Lochmann
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@ -39,6 +39,7 @@ const types = [
'LinkParentMailAddressRequest',
'UpdatePrimaryDeviceRequest',
'RemoveDeviceRequest',
'RequestIdentityTokenRequest',
'RequestWithAuthToken',
'SendMailLoginCodeRequest',
'SignInByMailCodeRequest'