21
Jan
Hi, there! ;^) Introduction This post talks about integrating Bluesky Authentication (OAuth + DPoP) in a "serverless" client application, ruled with only "Vanilla JavaScript".Fine for You? Ok... Let's go! DISCLAIMER This post is merely to illustrate "how-to". It's not a "working example"; mainly 'cause the tokens expire! ;^) If you see any error, please don't doubt on contacting me to correct it! Our application The "OAuth" word Let's say we want to develop a serverless application, open to whoever who wants to access, BUT we need the users to authenticate themselves to gain access to it. One option is to…