taciomcosta
|
10ff4eecef
|
Backend: fix IPv6 address parsing erroneous (#28585)
* Backend: Fix parsing of client IP address
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
|
2020-11-25 07:55:22 +01:00 |
|
Carl Bergquist
|
9660356638
|
Auth: Enable retries and transaction for some db calls for auth tokens (#16785)
the WithSession wrapper handles retries and connection
management so the caller dont have to worry about it.
|
2019-04-30 14:42:01 +02:00 |
|
Marcus Efraimsson
|
0cd5a6772d
|
feat(api): support list/revoke auth token in admin/current user api
|
2019-03-08 15:15:38 +01:00 |
|
Marcus Efraimsson
|
8029e48588
|
support get user tokens/revoke all user tokens in UserTokenService
|
2019-03-08 15:15:17 +01:00 |
|
bergquist
|
e163aadfe4
|
use authtoken for session quota restrictions
closes #15360
|
2019-02-12 15:10:55 +01:00 |
|
Marcus Efraimsson
|
8678620730
|
move UserToken and UserTokenService to models package
|
2019-02-06 16:55:12 +01:00 |
|