Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammychinedu2ky/file-upload-in-next.js
Next.js file uploader with authentication
https://github.com/sammychinedu2ky/file-upload-in-next.js
Last synced: about 13 hours ago
JSON representation
Next.js file uploader with authentication
- Host: GitHub
- URL: https://github.com/sammychinedu2ky/file-upload-in-next.js
- Owner: sammychinedu2ky
- Created: 2019-12-14T20:58:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:01:44.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T06:19:35.189Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js file uploader example with authentication
This project uses:-
- Formidable for file uploads
- Material Ui for styling
- Auth0 for user authenticationTo test it fill the required details in the env file which can be seen below
AUTH0_CLIENT_ID=
AUTH0_DOMAIN=
AUTH0_CLIENT_SECRET=
REDIRECT_URI=
POST_LOGOUT_REDIRECT_URI=
SESSION_COOKIE_SECRET=You can use this as the session cookie secret =
> viloxyf_z2GW6K4CTKQD_MoLEA2wqv5jWuq4Jd0P7ymgG5GJGMpvMneXZzhK3sL
(at least 32 characters, used to encrypt the cookie)
##Sammychinedu2ky