Working on OAuth

This commit is contained in:
2021-06-30 19:12:29 +02:00
parent bc21d0d508
commit b263de65fa
10 changed files with 4893 additions and 4745 deletions

View File

@@ -11,13 +11,13 @@ declare module '@ioc:Adonis/Addons/Ally' {
config: GithubDriverConfig
implementation: GithubDriverContract
}
google: {
config: GoogleDriverConfig
implementation: GoogleDriverContract
}
twitter: {
config: TwitterDriverConfig
implementation: TwitterDriverContract
}
google: {
config: GoogleDriverConfig
implementation: GoogleDriverContract
}
}
}