Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Nope, that's the world now. No more engineering, just sacrifice all quality on the altar of line item cost reduction.
-
mr-user13524yYou know what time it is?
Time to write your own library :) (Can be taken as both joke and serious statement)
Before : 10 library which do the same thing
Now : 11 library which do the same thing -
Gxost3104yI think the best way to figure out what should be done is to read RFC because it provides complete description of OAuth2. When I needed such information I just read the RFC. Also, IdentityServer4 documentation contains some examples.
-
vane112804y@mr-user I won’t write library to make 1 request, receive 1 request and open browser. Cause that’s the whole thing.
What I can do is write general description with diagrams of how it works so all of those libraries look stupid.
Related Rants
-
Dane6Alias coworker = high school classmate This kid wore a trench coat to school every single day and I guess he ...
-
iSwimInTheC1-Friend of mine telling me this nugget- At my previous job, we were porting a UNIX system to Windows NT using...
-
tahnik2Looks like you want to learn something by examples. Great! prepare yourself to see the most complex, horrendou...
Oauth2 examples.
Seriously all examples I found use library that use library that use library to just build url encoded parameters like this
client_secret=foo&code=bar
Got me 5 hours to dig going trough couple of github repos with implementation to see that shit at the end.
Seriously people !!!
Start thinking before you write single line.
I don’t want to download 10 dependencies and 100MB+ just to send 2 requests with url encoded parameters.
It’s in every - literally every language.
I know you’re stupid but please just try to understand how things work instead of copy paste another stackoverflow and medium snippet.
rant
examples
wtf are you doing!
oauth2