HN user

BeyondLimits99

12 karma
Posts0
Comments20
View on HN
No posts found.
PHP 8 6 years ago

As a PHP dev this is a really fair comment.

I think the other reason non PHP devs think we are in the dark ages is because when they google it, our documentation looks like it's from 2010. It's a bit of a joke really.

Just so you're aware, it's a limitation within Firefox and Private mode - not Bitwarden.

```

The Bitwarden browser extension does not completely function in Firefox’s private browsing mode. This is a known issue specific only to Firefox. You will see a message indicating so when you try to open the Bitwarden popup window in a private window. We have discussed the problem with Mozilla, however, they seem unable to fix it so that extensions like Bitwarden can function entirely in private mode. ```

https://bitwarden.com/help/article/extension-wont-load-in-pr...

I was using Ubuntu since 07, but recently changed my machine to Manjaro and love it.

The AUR is work of genius.

I still build all my containers at work with Ubuntu though.

If you're using JWTs for authentication.

It's considered insecure to store them in local storage for XSS etc

Where / how are you storing them locally for headless apps?

To be fair, I think the guy above you might be talking about different use cases.

If it's just a static landing page I think the Jamstack/Gatsby/Gridsome would be fine.

If it's anything more complex though, you have my condolences. Ecommerce honestly sucks for the reasons others have mentioned.

I've almost finished a Shopify build with Nuxt.js and there have been so many hard learnings.

The more painful one was storing checkoutIds using SSR and cookies. I still don't know if it's best practice or not :/