23 lines
942 B
Markdown
23 lines
942 B
Markdown
![]() |
---
|
||
|
title: "Difficult API"
|
||
|
date: 2021-03-31
|
||
|
draft: true
|
||
|
tags: ["blabla","coding"]
|
||
|
series: [""]
|
||
|
---
|
||
|
Last night I was working an oAuth 2 authentication for an API that we use at work. Actually, the whole thing should have been a simple feasibility study.
|
||
|
The prerequisites for this were actually quite good:
|
||
|
|
||
|
- a well-documented API
|
||
|
- an oAuth 2 library that does most of the basic work for me
|
||
|
|
||
|
Well, so much for the theory. With the help of the library, it should all have been relatively easy. That was also what I kept thinking last night. "Everything is right, it has to work."
|
||
|
|
||
|
After 2 hours I got suspicious. I quickly tried the same thing via [n8n](https://www.n8n.io/), only to find out that I have the same problem here.
|
||
|
|
||
|
Then I did the cross-check again and communicated with the Github API both in my code and in n8n ... without any problems.
|
||
|
|
||
|
Unfortunately, that's the way it is sometimes.
|
||
|
|
||
|
|