Mikhail Bragin
|
d75353fbb8
|
extend setup key logic (#91)
* feature: extend setup key logic
* fix: login test
* test: change test data to support new setup key fields
* test: add setup key tests
* test: add setup key UUID format validation
* test: add AddAccount test
* test: add more AccountManager tests
* fix: golint errors
* test: increase client interface up timout
|
2021-08-20 19:48:42 +02:00 |
|
Maycon Santos
|
38e3c9c062
|
Add cors headers (#85)
* disable EnableAuthOnOptions
* Setup basic cors headers
* feature: user cors lib
|
2021-08-16 11:29:57 +02:00 |
|
braginini
|
dcc9dcacdc
|
feature: add setup key HTTP api response fields
|
2021-08-12 13:24:06 +02:00 |
|
Mikhail Bragin
|
3c47a3c408
|
peer management HTTP API (#81)
* feature: create account for a newly registered user
* feature: finalize user auth flow
* feature: create protected API with JWT
* chore: cleanup http server
* feature: add UI assets
* chore: update react UI
* refactor: move account not exists -> create to AccountManager
* chore: update UI
* chore: return only peers on peers endpoint
* chore: add UI path to the config
* chore: remove ui from management
* chore: remove unused Docker comamnds
* docs: update management config sample
* fix: store creation
* feature: introduce peer response to the HTTP api
* fix: lint errors
* feature: add setup-keys HTTP endpoint
* fix: return empty json arrays in HTTP API
* feature: add new peer response fields
|
2021-08-12 12:49:10 +02:00 |
|
braginini
|
9f0c86c28e
|
refactor: move grpc and http APIs to separate packages
|
2021-08-07 13:51:17 +02:00 |
|