fixup! feat(types): add typings for bell

This commit is contained in:
Simon Schick
2018-03-28 15:28:45 +02:00
parent 6623a7ee25
commit c1fa2b114c
2 changed files with 0 additions and 8 deletions

View File

@@ -5,10 +5,6 @@ async function run() {
const server = new Server({ port: 8000 });
await server.register(bell);
// You'll need to go to https://developers.arcgis.com/en/applications and set up an application to get started
// Once you create your app you will get your ClientID and Client Secret.
// Also be sure to set redirect URL as well at the bottom of the screen in Redirect URIs section.
server.auth.strategy('arcgisonline', 'bell', {
provider: 'twitter',
password: 'some cookie password',

View File

@@ -258,10 +258,6 @@ export interface CustomProviderOptions extends RequiredProviderOptions, Optional
export type BellOptions = CustomProviderOptions | KnownProviderOptions;
export const plugin: Plugin<CustomProviderOptions | KnownProviderOptions>;
/*
* [See docs](https://github.com/hapijs/bell/blob/master/API.md#simulated-authentication)
*/
/**
* Enables simulation mode.
*/