Skip to content

Commit

Permalink
Export single sign-on provider as part of @nucypher/taco for now unti…
Browse files Browse the repository at this point in the history
…l taco-auth gets its own package.
  • Loading branch information
derekpierre committed Jul 23, 2024
1 parent fc3ddf9 commit 26f533a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taco/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export * as conditions from './conditions';
export { decrypt, encrypt, encryptWithPublicKey, isAuthorized } from './taco';

// TODO: Remove this re-export once `@nucypher/taco-auth` is mature and published
export { EIP4361AuthProvider } from '@nucypher/taco-auth';
export { EIP4361AuthProvider, SingleSignOnEIP4361AuthProvider } from '@nucypher/taco-auth';

0 comments on commit 26f533a

Please sign in to comment.