feat: initial working discord authentication
This commit is contained in:
parent
6186eda092
commit
a7950671e1
12 changed files with 262 additions and 25 deletions
|
@ -15,6 +15,9 @@ const config = {
|
|||
env: {
|
||||
privatePrefix: "PRIVATE_",
|
||||
},
|
||||
csrf: {
|
||||
checkOrigin: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue