Added basic auth functionality to admin panel BOD-194

This commit is contained in:
Patrick Fic
2020-07-24 08:30:32 -07:00
parent 4a5bc50d40
commit 66229b5d19
5 changed files with 560 additions and 18 deletions

View File

@@ -7,6 +7,11 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"apollo-boost": "^0.4.9",
"apollo-link-context": "^1.0.20",
"apollo-link-logger": "^1.2.3",
"dotenv": "^8.2.0",
"firebase": "^7.17.0",
"graphql": "^15.3.0",
"prop-types": "^15.7.2",
"ra-data-hasura-graphql": "^0.1.12",