Start on Grant / oAUTH flow

This commit is contained in:
rijkvanzanten
2020-06-23 17:30:47 -04:00
parent 6c2daebf30
commit f8d64dab39
7 changed files with 334 additions and 5 deletions

4
src/types/grant.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module 'grant' {
const grant: any;
export default grant;
}