NaokiHigashi28
|
80d561ec27
use Scope type
|
1 year ago |
NaokiHigashi28
|
9856c3dd48
add disable
|
1 year ago |
NaokiHigashi28
|
92ce03a9ea
hide all when not admin
|
1 year ago |
NaokiHigashi28
|
2e925408c9
add validation
|
1 year ago |
NaokiHigashi28
|
5509a8112a
simplize indent
|
1 year ago |
NaokiHigashi28
|
382a40d3e5
return scopes depends on isAdmin
|
1 year ago |
NaokiHigashi28
|
f9175e5f77
split files
|
1 year ago |
NaokiHigashi28
|
a2465fdcac
fix
|
1 year ago |
NaokiHigashi28
|
92272f870f
add scope-utils for perse scopes in cliant
|
1 year ago |
NaokiHigashi28
|
ac4450d4c8
typescriptise
|
1 year ago |
NaokiHigashi28
|
59a7615dac
implement select boxes
|
1 year ago |
NaokiHigashi28
|
5f30cf7bc6
Merge remote-tracking branch 'origin/feat/162829-162857-scope' into feat/162830-choose-scope-of-access-token
|
1 year ago |
NaokiHigashi28
|
4d562fdcd8
selectable scopo with hard code scope
|
1 year ago |
reiji-h
|
3454d8bc95
feat: simplify access token handling by removing unnecessary scope parameters and improving scope extraction
|
1 year ago |
reiji-h
|
12ebed241b
feat: update access token handling to use Scope type and improve validation
|
1 year ago |
reiji-h
|
d2208e36bf
test code
|
1 year ago |
reiji-h
|
1c91d86164
feat: update access token parser to include scopes in user ID retrieval
|
1 year ago |
reiji-h
|
0e698a8acb
feat: implement scope utility functions for validation and extraction
|
1 year ago |
reiji-h
|
2fea3fa6cf
Merge branch 'feat/enhanced-access-token' into feat/162829-162857-scope
|
1 year ago |
reiji-h
|
ce7ecb8e53
Merge pull request #9731 from weseek/feat/85961-162100-access-token-can-be-created-and-deleted-from-api-settings
|
1 year ago |
reiji-h
|
b3536ac974
fix: invoke accessTokenParser as a function in route handlers
|
1 year ago |
reiji-h
|
588fe2d4be
feat: add max length validation for access token description in multiple languages
|
1 year ago |
reiji-h
|
931c4d4d7a
refactor: optimize access token functions with useCallback for better performance
|
1 year ago |
reiji-h
|
01dc28d00e
refactor: rename ALL_SCOPE to ALL_SIGN and update related logic; change scope type from string[] to Scope[] in access token model and routes
|
1 year ago |
reiji-h
|
ec08b3b496
clean code
|
1 year ago |
reiji-h
|
3c2b3317ea
add scope interface and build scope constants for action management
|
1 year ago |
reiji-h
|
54d5566040
test: add Playwright tests for Access Token creation and deletion
|
1 year ago |
reiji-h
|
af19e85f20
fix token message
|
1 year ago |
reiji-h
|
e84f8c7af7
Merge branch 'feat/enhanced-access-token' into feat/85961-162100-access-token-can-be-created-and-deleted-from-api-settings
|
1 year ago |
reiji-h
|
cbf714fddb
refactor: update AccessTokenForm to use IAccessTokenInfo type for submitHandler
|
1 year ago |