In two previous articles I have described how I have implemented my static web application, served from GitHub Pages, with EntraId authentication and data available only to authenticated users …
In this article I will share what I could not find (exactly) in the documentation and what my AI assistants wildly hallucinated about (too little documentation, too little code …
What is the easiest, cheapest and fastest way to make a static web application available to a group of end users? Probably a public GitHub repository and GitHub Pages. …