mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-02 12:26:43 -05:00
* update(api-key): Custom hashing function for api-keys Useful if the user wants to use a custom hashing algorithm, or if they want to disable hashing, they can just return the key itself. * add: security warnings * refactor: Change from customizaing hashing to disableHashing * update: remove utils & update jsdoc * chore: lint * update: jsdoc & fix docs