react-saas-template
                                
                                 react-saas-template copied to clipboard
                                
                                    react-saas-template copied to clipboard
                            
                            
                            
                        🌊 Template for building an SaaS / admin website using React + Material-UI
Bumps [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) from 5.0.0-alpha.71 to 5.0.0-alpha.121. Changelog Sourced from @mui/lab's changelog. Versions 5.11.11 Feb 27, 2023 A big thanks to the 15 contributors who made this release possible. Here are...
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 5.2.1 to 6.8.2. Release notes Sourced from react-router's releases. v6.8.2 What's Changed Treat same-origin absolute URLs in <Link to> as external if they are outside of the...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 5.3.0 to 6.8.2. Release notes Sourced from react-router-dom's releases. v6.4.4 What's Changed Throw an error if an action/loader function returns undefined as revalidations need to know whether...
It seems like the dashboard page is not protected. I can open the dashboard without logging in or after logging out. Doesn't look like the logging in is doing anything?
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `json5` from 2.2.0 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `loader-utils` from 1.4.0 to 2.0.4 Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4...
Bumps [react-dropzone](https://github.com/react-dropzone/react-dropzone) from 11.7.1 to 14.2.3. Release notes Sourced from react-dropzone's releases. v14.2.3 14.2.3 (2022-10-12) Bug Fixes work around Chromium File System Access API bug (c36ab5b), closes #1127 #1222 #1190...
Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [recharts](https://github.com/recharts/recharts). These dependencies need to be updated together. Updates `d3-color` from 2.0.0 to 3.1.0 Release notes Sourced from d3-color's releases. v3.1.0 Add...
Resolves #650 LoginDialog: When the user logs in successfully, an access token is generated using base64 encoding of the user's email. This token is stored in localStorage. ProtectedRoute: The isAuthenticated...