We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ddd57 commit 32477ddCopy full SHA for 32477dd
src/libs/config/project.constants.ts
@@ -1,6 +1,8 @@
1
export const BASE_URL = "https://jwt.io";
2
export const LIBRARIES_FILTER_QUERY_PARAM_KEY = "filter";
3
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"
6
export enum SupportedTokenHashParamValues {
7
TOKEN = "token",
8
ACCESS_TOKEN = "access_token",
0 commit comments