This repository has been archived on 2024-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
m3tam3re.com/content/posts/21-03-04.en.md
2023-10-12 14:01:05 +02:00

695 B

title, date, draft, tags, series
title date draft tags series
Sometimes manual is till better 2021-04-03 true
blabla
coding

A few days ago I wrote about a problem with an oAuth 2 authentication with an API. I sat down again yesterday because the "It doesn't work" status is completely unacceptable.

This time I did not use an external oAuth library but implemented the whole thing by hand. I was wondering why there should be a library for oAuth because the authentication process is actually super easy. The code that I wrote is only slightly longer than the code with using the library.

I am already looking forward to when I can finally make progress on this small project.