@ngriffin_uk/auth-provider-dropbox
v4.0.0
Published
dropbox authentication provider for @ngriffin_uk/auth-core
Readme
@ngriffin_uk/auth-provider-dropbox
Dropbox OAuth middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-dropboximport { createDropboxAuth } from "@ngriffin_uk/auth-provider-dropbox";
const auth = baseAuth.use(
createDropboxAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);Persist refresh tokens in the consuming service when requesting offline access.
