added social auth example as reference implementation

This commit is contained in:
Samuel Andert
2023-07-21 09:02:42 +02:00
parent 68f85d9f29
commit 19b5dee9d8
16 changed files with 7119 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"arrowParens": "avoid",
"trailingComma": "es5",
"singleQuote": true,
"semi": true
}