-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add authorization header to cors allow headers * Set up origin list and added allow credentials * Set origin throughout * Add local fqd * Add JWT handling * Add package * Fix reference to lib * removed Bearer prefix * local dev environment * Port over to Hono * FIx header (likely to remove) * Clean up * Deploy from branch * Add staging branch --------- Co-authored-by: Jon Breen <[email protected]>
- Loading branch information
1 parent
2413be3
commit 3e10c8b
Showing
7 changed files
with
406 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"configurations": [ | ||
|
||
{ | ||
"name": "Wrangler", | ||
"type": "node", | ||
"request": "attach", | ||
"port": 9229, | ||
"cwd": "/", | ||
"resolveSourceMapLocations": null, | ||
"attachExistingChildren": false, | ||
"autoAttachChildProcesses": false, | ||
"sourceMaps": true // works with or without this line | ||
} | ||
] | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.