Implement Github authentication to show repositories list (#45)

* Use react-oauth-popup for github authentication popup

* Fetch auth token and use in app to fetch list of repositories

* Get client id and secret from config

* Use GitHub search API for fetching repos

* Use debounce for searching repos and projects
This commit is contained in:
2024-02-01 11:37:57 +05:30
committed by Ashwin Phatak
parent 2f8d21baf5
commit e1e9a7063e
21 changed files with 647 additions and 86 deletions
+4
View File
@@ -5,3 +5,7 @@
[database]
dbPath = "db/snowball"
[githubOauth]
clientId = ""
clientSecret = ""