MCPcopy Index your code
hub / github.com/parse-community/parse-server / getAuthDataManager

Function getAuthDataManager

src/Controllers/index.js:210–213  ·  view source on GitHub ↗
(options: ParseServerOptions)

Source from the content-addressed store, hash-verified

208}
209
210export function getAuthDataManager(options: ParseServerOptions) {
211 const { auth, enableAnonymousUsers } = options;
212 return authDataManager(auth, enableAnonymousUsers);
213}
214
215export function getDatabaseAdapter(databaseURI, collectionPrefix, databaseOptions) {
216 let protocol;

Callers 1

getControllersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected