0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/auth/api-key
Naz b677927322 Refactored api key auth to use async/await syntax
https://github.com/TryGhost/Team/issues/599

- Before introducing limit checks into this codebase rewrote the code to use async/await for more clarity and less nesting
2021-04-07 16:52:26 +12:00
..
admin.js Refactored api key auth to use async/await syntax 2021-04-07 16:52:26 +12:00
content.js Refactored api key auth to use async/await syntax 2021-04-07 16:52:26 +12:00
index.js