mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Working on v3
This commit is contained in:
23
contracts/ally.ts
Normal file
23
contracts/ally.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* Contract source: https://git.io/JOdiQ
|
||||
*
|
||||
* Feel free to let us know via PR, if you find something broken in this contract
|
||||
* file.
|
||||
*/
|
||||
|
||||
declare module '@ioc:Adonis/Addons/Ally' {
|
||||
interface SocialProviders {
|
||||
github: {
|
||||
config: GithubDriverConfig
|
||||
implementation: GithubDriverContract
|
||||
}
|
||||
twitter: {
|
||||
config: TwitterDriverConfig
|
||||
implementation: TwitterDriverContract
|
||||
}
|
||||
google: {
|
||||
config: GoogleDriverConfig
|
||||
implementation: GoogleDriverContract
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user