James Mikrut
c11bcd1416
feat: swc register ( #1779 )
...
* feat: implements esbuild and removes babel
* chore: implements esbuild-register
* chore: tests passing
* chore: implements @swc/jest for tests
* feat: implements swc
* chore: removes build and relies on swc/register only
* chore: converts some exports
* chore: flattens ts configs
* chore: allows tsx in swc
* chore: converts more exports into js
* chore: restores payload module.exports
* chore: removes unused dependency
2023-01-04 10:11:26 -05:00
Dan Ribbens
5b70ebd119
fix: use the slug for authentication header API Key
...
BREAKING CHANGE: replaced the useAPIKey authentication header format to use the collection slug instead of the collection label. Previous: `${collection.labels.singular} API-Key ${apiKey}`, updated: `${collection.slug} API-Key ${apiKey}`
2022-12-19 11:02:40 -05:00
Dan Ribbens
396ea0bd53
fix: reset password regression ( #1574 )
2022-12-02 12:36:19 -05:00
Dan Ribbens
145e1db05d
fix: dev:generate-types on all test configs ( #919 )
2022-08-13 13:04:24 -04:00
Luciano Greiner
3a3026cd63
feat: pass payload and names to custom auth strategies ( #781 )
2022-07-21 18:18:26 -04:00
Elliot DeNolf
1f8b5d8e1a
test: make auth e2e a todo
2022-07-18 22:53:30 -07:00
Elliot DeNolf
f98ef62ad3
test: port auth tests to int
2022-07-17 10:46:07 -07:00
Elliot DeNolf
fa9bd6191c
chore: run prettier on entire test dir
2022-07-17 08:20:01 -07:00
Elliot DeNolf
ba79b4446c
test: refactor all test directories into one
2022-07-15 12:51:43 -07:00