Refresh token will only be returned if the access parameter is set to ‘offline’. But it won’t be returned again unless prompt is specified.
Continue reading
Daily memo of my thoughts
Geniuskouta’s tech articles
Refresh token will only be returned if the access parameter is set to ‘offline’. But it won’t be returned again unless prompt is specified.
Continue readingLoose coupling is a coding practice to keep modules separate. HTML, CSS, and JavaScript should not be embedded in one another.
Continue readingPuppeteer can automate the process of checking mixed content on your website and service very well. Let me share an easy and simple script.
Continue readingThis article will explain how to set up Google Calendar API with NodeJS application. Also, it will delve into the implementation of oAuth2.0.
Continue readingHave you visited a site and had a little tutorial tour about how to navigate through the site? It is usually done by overlaying page content.
Continue readingThis article is going to address how to install an SSL certificate with certbot and allow HTTPS requests to a site behind a reverse proxy server.
Continue readingYou might wanna start setting up a child theme to make some changes. Usually, the free theme is meh and needs some updates.
Continue readingFancybox3 offers an easy solution for modal implementation on your website. Let me explain and demonstrate important parts of the API.
Continue readingGit is a version control system. You can manage multiple versions of your project. Git makes it easier to manage codes with its commands.
Continue readingThere are four basic ways to center an HTML element horizontally. This article will first introduce the ways to center an HTML element.
Continue reading