Delmer
e2ffc17b21
fix(ui): add session timeout notification ( #11281 )
...
Co-authored-by: Chris Goller <goller@gmail.com>
2019-01-18 17:43:00 -05:00
Kelvin Wang
0b90767a31
feat(http): add renew session
2019-01-16 11:07:35 -05:00
Mark Rushakoff
d73d73c0d4
chore: rename imports from platform to influxdb
...
I did this with a dumb editor macro, so some comments changed too.
Also rename root package from platform to influxdb.
In interest of minimizing risk, anyone importing the root package has
now aliased it to "platform" so that no changes beyond imports were
necessary in those files.
Lastly, replace the old platform module to local path /dev/null so that
nobody can accidentally reintroduce a platform dependency while
migrating platform code to influxdb.
2019-01-09 20:51:47 -08:00
Leonardo Di Donato
cc075a19d3
feat(http): session service with platform errors
2018-12-21 09:56:23 +01:00
Michael Desa
a941e881c6
fix(http): use platform.Error instead of old style error
2018-12-20 11:11:09 -05:00
Kelvin Wang
25eebd0084
fix(http): convert auth errors
2018-11-16 19:33:20 -05:00
Mark Rushakoff
dae3dc8a7e
chore(bolt,http,mock,query,testing): fix megacheck errors
2018-11-01 12:54:46 -07:00
Chris Goller
b4e1cd4199
tests(http): add tests for creation without IDs
2018-10-12 10:03:06 +02:00
Jared Scheib
20a06bea98
fix(http): correct typo in authentication scheme error
2018-10-05 12:55:53 -07:00
Michael Desa
458b44d2e7
fix(http): use correct spelling of of authenication in handler constructor
2018-10-02 14:11:44 -04:00
Michael Desa
b6fc471948
feat(http): add register no auth route to authentication handler
...
Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-10-02 14:11:44 -04:00
Michael Desa
3eb6b35478
test(http): test http authentication middleware
...
Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-10-02 14:11:44 -04:00
Michael Desa
42ba7ffe11
feat(http): add authentication handler middleware
2018-10-02 14:11:44 -04:00