mirror of
https://github.com/directus/directus.git
synced 2026-01-11 01:58:13 -05:00
* Add "authenticate" filter hook that allows custom auth check * Start on test * Update Jest, restructure API tests, start implementing authenticate test * Move access token verify to util function * Ensure jest can show inline warnings on correct lines * Update is-directus-jwt to use jsonwebtoken decode + add tests * Remove unused package * Tweak and finish + test authenticate * Tweak test * Add authenticate filter to docs * Don't scan tests for codeql * No seriously, ignore tests
5 lines
74 B
YAML
5 lines
74 B
YAML
paths-ignore:
|
|
- '**/*.test.ts'
|
|
- '**/*.test.js'
|
|
- '**/node_modules'
|