mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Allow Google Auth to do a local redirect #276
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sendit2me on 1/6/2026
This is a quick addition to add a local redirect for the Google OAuth route when setting up storage.
https://github.com/databasus/databasus/issues/138
https://github.com/databasus/databasus/issues/104
https://github.com/databasus/databasus/issues/63
mainly against these issues.
it is basically a checkbox on the edit screen, and a duplication of the code, as referenced in the other web page, which handles the ssl and code/secret extraction.