Skip to content

Commit 32477dd

Browse files
committed
add constants for filtering by algorithm and programming language
1 parent 56ddd57 commit 32477dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libs/config/project.constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
export const BASE_URL = "https://jwt.io";
22
export const LIBRARIES_FILTER_QUERY_PARAM_KEY = "filter";
33
export const LIBRARIES_FILTER_DEFAULT_VALUE = "all";
4+
export const LIBRARIES_FILTER_PROGRAMMING_LANGUAGE_KEY = "programming_language"
5+
export const LIBRARIES_FILTER_ALGORITHM_KEY = "algorithm"
46
export enum SupportedTokenHashParamValues {
57
TOKEN = "token",
68
ACCESS_TOKEN = "access_token",

0 commit comments

Comments
 (0)