Created fresh deno project

This commit is contained in:
Kevin FEDYNA
2024-12-02 14:36:52 +01:00
parent b3fbe6b6c8
commit 9a97591bda
20 changed files with 379 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const token = process.env.CAS_TOKEN;
const token = Deno.env.get("CAS_TOKEN");
async function main() {
const response = await fetch("https://ident.univ-amu.fr/login?service=http://localhost", {