Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Namespaces for data #168

Merged
merged 32 commits into from
Jul 31, 2021
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f7ef3f4
refactor: new Astraservice
Cahllagerfeld Jun 26, 2021
cfb27a3
style: remove log
Cahllagerfeld Jun 26, 2021
15fa97f
style: add js-doc
Cahllagerfeld Jun 27, 2021
33ed254
refactor: configure namespace by header for standup
Cahllagerfeld Jun 27, 2021
de873ad
Merge branch 'main' into issue-137
Cahllagerfeld Jul 13, 2021
26cb288
feat: JWT-Client-Based Authentication
Cahllagerfeld Jul 15, 2021
ef5886d
feat: add scopes guard
Cahllagerfeld Jul 15, 2021
8074056
fix: fixed todos
Cahllagerfeld Jul 16, 2021
47b6c9c
feat: add keyspace interceptor
Cahllagerfeld Jul 17, 2021
281abae
test: update unittests
Cahllagerfeld Jul 17, 2021
2320df9
test: adjust unittests
Cahllagerfeld Jul 17, 2021
f96db25
test: adjust unittests
Cahllagerfeld Jul 17, 2021
21885fa
test: adjust unittests
Cahllagerfeld Jul 17, 2021
cd4c0f2
test: adjust unittests
Cahllagerfeld Jul 17, 2021
513303c
test: update e2e-tests
Cahllagerfeld Jul 18, 2021
a88488c
feat: github-module to new feature
Cahllagerfeld Jul 18, 2021
6319239
feat: add new logic to discord module
Cahllagerfeld Jul 18, 2021
dc17308
feat: add new auth logic to calendar module
Cahllagerfeld Jul 18, 2021
2cddd68
docs: change order for swagger
Cahllagerfeld Jul 18, 2021
cb523e0
test: fix existing e2e tests
Cahllagerfeld Jul 19, 2021
ad61af4
Merge branch 'main' into issue-137
Cahllagerfeld Jul 23, 2021
d0ad64a
fix: add missing catch
Cahllagerfeld Jul 23, 2021
ede725b
Merge pull request #167 from Cahllagerfeld/issue-137c
eddiejaoude Jul 23, 2021
ae18fa7
fix: read/write scopes (#137)
eddiejaoude Jul 23, 2021
e34bab0
feat: get all registred ClientIds
Cahllagerfeld Jul 24, 2021
c29dde7
style: organize imports
Cahllagerfeld Jul 24, 2021
ce4c7d9
test: add extra auth-step to test
Cahllagerfeld Jul 24, 2021
bc7e1de
fix: tokentype not in paylaod
Cahllagerfeld Jul 24, 2021
0a38f7c
test: new tests for wrong scopes
Cahllagerfeld Jul 24, 2021
f3c5363
refactor: alias import
Cahllagerfeld Jul 25, 2021
2527f1d
style: remove comments
Cahllagerfeld Jul 28, 2021
b15952f
chore: renamed jwt secret envar (#137)
eddiejaoude Jul 31, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
APPROVED_TOKENS=abc,def
DEBUG=false
SECRET=Test

STARGATE_BASEURL=http://localhost:8082
STARGATE_BASE_API_PATH=/v2/namespaces
Expand Down
Loading