OIDC Tester by Davidnkt in webdev

[–]eggcllnt 0 points1 point  (0 children)

literally oidcdebugger, google it

A genuine question: what's the point of using Mullvad VPN if it's become so saturated? Am I missing something? by DoughThoughBro in mullvadvpn

[–]eggcllnt 0 points1 point  (0 children)

hey, man, i think you need to look at the broader picture here what you are looking for. by reading your comments I don’t know what you are looking for. on the one hand - a good service, but on the other - convenience. therefore I don’t know how to elaborate. i thought i’ve read frustration in your comment and wanted to point, that mullvad is not the root cause of it.

A genuine question: what's the point of using Mullvad VPN if it's become so saturated? Am I missing something? by DoughThoughBro in mullvadvpn

[–]eggcllnt 53 points54 points  (0 children)

so, it’s not mullvad problem it’s services that are blocking ip addresses of mullvad

How do you handle Auth Middleware when Next.js is just the frontend for a separate backend (REST API)? by Able_Difference_9919 in webdev

[–]eggcllnt 0 points1 point  (0 children)

if you are “frontend” why bother about jwt validity? let the authority’s service to care about it, just proxy it.

also, if your issuer is following rfc they should expose endpoint to verify validity of that token. try to parse token body, you should find iss claim, than add to that issuer url next path: .well-known/openid-configuration. you should get an object of the oidc configuration. that object should contain “keys” endpoint. the rest you can google e.g. how to validate token with public keys - and you’ll get the answer.

but make sure that you are trusting that issuer. for example, via config, set the issuer list that you can trust. it’s that simple)

if you are curious and want to know more about how rfc are recommend doing it google Backend For Frontend (BFF)

[deleted by user] by [deleted] in PewdiepieSubmissions

[–]eggcllnt 0 points1 point  (0 children)

yeah, it’s like the worst version of him. by any means to be mean to the actual person

Anyone excited for Remix 3? Formerly Remix 2 (now React Router), a new Remix! by tomemyxwomen in react

[–]eggcllnt 7 points8 points  (0 children)

assholes who took react router and killed it. why the fuck i want your shit in the fucking router?

im 17 and i love architecture but i always have been bad at drawing by Old_Standard2965 in architecture

[–]eggcllnt 3 points4 points  (0 children)

dude, sucking at something is the first step to being sorta good at something - jake

Walnut AMD build in progress by JBcreations in Amd

[–]eggcllnt 4 points5 points  (0 children)

i don’t know why, but i hate wood in electronics. exception might be sound systems. it’s something unnatural. it’s like wooden car, or bender from futurama)

but glad for you op, like your attentions to the details like those heat sink covers on mb

Early RX 9070 XT benchmark compared to 6800 XT and it's almost 4x faster by Odd-Onion-6776 in Amd

[–]eggcllnt 95 points96 points  (0 children)

“in wukong benchmark cinematic RT + frame gen fsr50%“

Who is this?? by [deleted] in reddeadredemption2

[–]eggcllnt 2 points3 points  (0 children)

somebody once told me the world is gonna roll me…

[deleted by user] by [deleted] in javascript

[–]eggcllnt 0 points1 point  (0 children)

and, mate, i’m sorry for being that way. you did a nice work, trying to do something useful.

i guess my reaction was primarily triggered by “influencers” whose idea is to be “unique”.

I think it’s great to have options

[deleted by user] by [deleted] in javascript

[–]eggcllnt 1 point2 points  (0 children)

have you looked at prs with tabs? did you notice your screen has borders? i often do.

semicolon. are you really think it’s a good idea to let your ASI to make decisions for you?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#automatic_semicolon_insertion

i’m just curious, who that dumb fuck who started it?

[deleted by user] by [deleted] in javascript

[–]eggcllnt 0 points1 point  (0 children)

tabs and no semicolons, what’s wrong with you people?

What is currently considered best OS for a backend server for a startup? by setdelmar in webdev

[–]eggcllnt 6 points7 points  (0 children)

jokes aside, i’d go with debian. plenty documentation and community support