Skip to content

Commit d2c17b4

Browse files
committed
Added Auth0 and Firebase authentication system
1 parent 97aee2e commit d2c17b4

20 files changed

+1558
-47
lines changed

.env

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
REACT_APP_FIREBASE_APT_KEY=
2+
REACT_APP_FIREBASE_AUTH_DOMAIN=
3+
REACT_APP_FIREBASE_DATABASE_URL=
4+
REACT_APP_FIREBASE_PROJECT_ID=
5+
REACT_APP_FIREBASE_STORAGE_BUCKET=
6+
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
7+
REACT_APP_FIREBASE_APP_ID=
8+
REACT_APP_FIREBASE_MEASUREMENT_ID=
9+
10+
REACT_APP_AUTH0_CLIENT_ID=
11+
REACT_APP_AUTH0_DOMAIN=

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<h1><a href="https://ui-lib.com/downloads/matx-react-dashboard/">Matx React Material Design Admin Dashboard Template</a></h1>
22

3-
<a href="https://matx-react-free.netlify.app/"><img alt="Matx React Admin" src="https://ui-lib.com/blog/wp-content/uploads/2021/09/matx-github.png" /></a>
3+
<a href="https://matx-react-free.netlify.app/">
4+
<img alt="Matx React Admin" src="https://ui-lib.com/blog/wp-content/uploads/2021/09/matx-github.png" />
5+
</a>
46

57
<p>MatX is a full-featured React Material UI Admin Dashboard template. MatX is built with React, Redux & Material UI We implemented all the features you might need to start a new Web application. The free version includes all Material UI components, Form elements, and validation, JWT authentication, Sign in, sign up pages, Vertical navigation, Lazy loading, Code splitting.</p>
68

@@ -139,11 +141,10 @@
139141
</tr>
140142
</table>
141143

142-
# Version 3.1.0 - 02-03-2023
144+
<h2>Version 4 changes</h2>
143145

144-
- Updated : All Project Dependencies
145-
- Updated : Code Structure `routes.jsx`
146-
- Removed : Redux Setup & Unused Dependency
146+
- Updated all packages
147+
- Added Auth0 and Firebase authentication system
147148

148149
<h2>Version 3 changes</h2>
149150

0 commit comments

Comments
 (0)