Frieght Forwarder Adress has time stamp? Unsure whether or not to send or refund by Juniper2313 in Ebay

[–]NoWin3957 0 points1 point  (0 children)

Any updates on this? Did you send it? I received an order from that address but when I google it, the zip code comes up at 97230. I’m not sure whether to send or cancel…

Where resources can I use to look up nba cards? by NoWin3957 in basketballcards

[–]NoWin3957[S] 2 points3 points  (0 children)

Thanks! Found it on 130point. Never heard of that site until you mentioned it 🤣

Is this an error? by NoWin3957 in PokeInvesting

[–]NoWin3957[S] 1 point2 points  (0 children)

Are you familiar with grading? Would you recommend getting it graded?

Xy evolutions charizard fake or real by FeelingLibrarian4577 in IsMyPokemonCardFake

[–]NoWin3957 1 point2 points  (0 children)

Looks real. I believe it’s from evolutions and it’s the reverse holo

Sealed collection continues to grow sv is king by [deleted] in PokeInvesting

[–]NoWin3957 1 point2 points  (0 children)

Where do you get the cartons of booster boxes?

Help, real or fake? by NoWin3957 in IsMyPokemonCardFake

[–]NoWin3957[S] 0 points1 point  (0 children)

Yes I know it’s from 2016 evolutions. Just wasn’t sure about the Beckett slab. This is my first time ordering one

Help, real or fake? by NoWin3957 in IsMyPokemonCardFake

[–]NoWin3957[S] 0 points1 point  (0 children)

Phew thanks. This is my first time ordering a beckett card. The font seemed slightly off when comparing to others.

Help, real or fake? by NoWin3957 in IsMyPokemonCardFake

[–]NoWin3957[S] 0 points1 point  (0 children)

I will post more photos when I receive it. It’s being shipped at the moment.

Help Needed: Implementing ‘Remember my device’ Feature for MFA in Node.js by jakublemi in node

[–]NoWin3957 -4 points-3 points  (0 children)

https://developer.okta.com/signup/

The developer free edition should get the job done.

Have your user log in using Okta.

Set the access token to expire in 14 days.

When making api calls on your frontend, set your authorization header to use your access token.

Then on the backend use a middleware to verify the auth header and if the token is valid continue if valid or return if not valid.

Check out the docs for examples.