UNPKG

@astro-auth/providers

Version:

The providers package of the Astro Auth library

9 lines (8 loc) 179 B
const CredentialProvider = (options) => { return { id: "credential", type: "credential", options, }; }; export default CredentialProvider;