0.1.25 • Published 11 months ago

menn-auth-app v0.1.25

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

MENN-Auth-App

Authentication Module for Next.js v13.3 app

How does it works

components --elements : all little pieces of UI --messages : differents messages to show on UI -context : needed to share states -modals : all the modals of the app

pages -api : all the api's call -users : user's page -styles : CSS modules

utils -eventhandlers : function used inbetween of the front and the api's call -hooks : for better reusability's code

Environmental variables to setup

NEXT_PUBLIC_API_LOCAL: ' ... ', NEXT_PUBLIC_API_URL: ' ... ', NEXT_PUBLIC_BUILD: ' ... ', NEXT_PUBLIC_SECRET: ' ... '