Martin Lehmann
b47e228181
fix: be explicit when specifying time & replace moment with date-fns ( #1072 )
2021-11-02 15:13:46 +01:00
Ivar Conradi Østhus
4fb1bcb524
feat: Disable password based login ( #1046 )
...
This commit will introduce a new setting used to disbaled
simple password based authention.
The setting itself is an enterprise setting.
2021-10-29 10:25:42 +02:00
Ivar Conradi Østhus
41574e3938
fix: create admin users if enabled and zero users already
2021-10-12 21:39:57 +02:00
Ivar Conradi Østhus
8cbf378286
feat: sync fields when logging in via SSO ( #916 )
2021-08-23 12:11:29 +02:00
Christopher Kolstad
ff7be7696c
fix: Stores as typescript and with interfaces. ( #902 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-12 15:04:37 +02:00
Christopher Kolstad
3a65847aa7
Migrate to jest ( #854 )
...
* Migrate to jest
* Use --force-exit until dns close handle issue https://github.com/facebook/jest/issues/9982
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-28 11:10:24 +02:00
Ivar Conradi Østhus
0efc238fdb
fix: define root role by setting the name of the role ( #823 )
2021-04-30 13:25:24 +02:00
Christopher Kolstad
7cbe6bfcc1
fix: deletes sessions for user when user is removed ( #810 )
2021-04-29 10:54:11 +02:00
Christopher Kolstad
578078e03f
fix: active sessions are now destroyed if auth/reset and auth/validate endpoints are used ( #806 )
2021-04-27 09:16:44 +02:00
Ivar Conradi Østhus
bedb28d55a
fix: correct test data
2021-04-26 11:51:53 +02:00
Ivar Conradi Østhus
b0e6d8c363
fix: User should require a ID field set ( #799 )
2021-04-22 23:40:52 +02:00
Ivar Conradi Østhus
185091174f
fix: convert AUTH_TYPE to uppercase ( #797 )
...
Make sure we support both `AUTH_TYPE=demo` and `AUTH_TYPE=DEMO`
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-04-22 15:04:08 +02:00
Christopher Kolstad
240c6a77a1
Feat/options need types ( #794 )
...
feat: options are now typed
- This makes it easier to know what to send to unleash.start / unleash.create
- Using a Partial to instantiate the config, then melding it with defaults to get a config object with all fields set either to their defaults or to whatever is passed in.
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-04-22 10:07:10 +02:00
Christopher Kolstad
b55c85783b
Reset token ( #786 )
...
feat: Add Reset token functionality
This allows admin users to create a reset token for other users. Thus allowing resetting their password.
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
fixes : #778
2021-04-16 15:29:23 +02:00
Ivar Conradi Østhus
9bd425c193
feat: Add username/password authentication ( #777 )
2021-04-09 13:46:53 +02:00