@invorious/access-control
v0.0.14
Published
[Comment: Environments by Logo]: # [Logo_Npm]: https://img.shields.io/badge/NPM-v0.0.0-blue [Logo_PRs]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg [Logo_Chat]: https://img.shields.io/badge/Chat-Slack-7289da.svg [Logo_License]: https://img.sh
Downloads
9
Keywords
Readme
npm install @invorious/access-control
import {
AccessControlModule,
MetamaskStrategyModule,
} from '@invorious/access-control';
@Module({
imports: [
AccessControlModule.forRoot({
strategies: [
MetamaskStrategyModule,
],
}),
],
})
For more examples, please refer to the Documentation
Learn about the latest improvements.