feat: Add Google and GitHub OAuth Authentication with Lifetime Access - Add OAuth integrations, update menu system, add multi-language support, and update documentation

This commit is contained in:
mALIk-sHAHId
2025-03-15 19:39:30 +05:30
parent 66f6197e6d
commit 6bb33cec4c
9 changed files with 912 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
from oauth_auth import main as oauth_main
def main(translator=None):
"""Handle GitHub OAuth registration"""
oauth_main('github', translator)