Private
Public Access
1
0

rojabo token exchange works, refresh not

This commit is contained in:
Sander Roosendaal
2022-04-14 09:59:54 +02:00
parent 2b4179360d
commit 6ef9c19f4a
10 changed files with 250 additions and 8 deletions

View File

@@ -1048,6 +1048,12 @@ class Rower(models.Model):
rp3_auto_import = models.BooleanField(default=False)
rojabo_token = models.CharField(
default='', max_length=200, blank=True, null=True)
rojabo_refreshtoken = models.CharField(
default='', max_length=200, blank=True, null=True)
rojabo_tokenexpirydate = models.DateTimeField(blank=True, null=True)
nktoken = models.TextField(
default='', max_length=1000, blank=True, null=True)
nktokenexpirydate = models.DateTimeField(blank=True, null=True)