Published inJavaScript in Plain English·May 12Next.js Secure Authentication Using http-only Cookie (GraphQL or REST)When it comes to user authentication we need to make sure our application is secured from any potential threats. To implement such type of authentication the biggest issue we face is while storing JWT token. Our JWT token must persist to prevent user for signing in again and again. The…Authentication6 min readAuthentication6 min read
Published inJavaScript in Plain English·Feb 11, 2022Create a Gradient Chart with the Timeframe Picker in ReactIf you are looking to create an Analytics Stats Chart with gradient colour and a time-frame picker (dropdown) that lets you toggle between different time frames and show custom stats, that's what we are going to build in this article.React5 min readReact5 min read