Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 authentication

To 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