This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| in this file, i put a post handler func to POST a data structure post{id, title, content, user_id, created_at...). thep problem was getting the user external id. | |
| so i figured getting the user id from the jwt token itself, YET the bug is the claim is ALWAYS returning an empty map from the r.Context. | |
| which shouldn't be logical ;--; | |
| NOTE: i'm not using Ai, if i'm not handeling this then i'm not a programmer. | |
| [Repo Link](https://github.com/Alilacream/Socials) |