aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base/internet/jwt_algorithm.ts
blob: 35177f79919731e218845637aad5987d454d7408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export default [
  'ES256',
  'ES384',
  'ES512',
  'HS256',
  'HS384',
  'HS512',
  'PS256',
  'PS384',
  'PS512',
  'RS256',
  'RS384',
  'RS512',
  'none',
];