695 B
695 B
title, date, draft, tags, series
title | date | draft | tags | series | |||
---|---|---|---|---|---|---|---|
Sometimes manual is till better | 2021-04-03 | true |
|
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.