/id

76 posts

/id

/id

@slashid_dev

Beigetreten Eylül 2022
0 Folgt138 Follower
/id retweetet
v
v@iavins·
I can't stop thinking about this blog post where they replaced Redis with SQLite—and surprisingly, SQLite was faster! What's interesting is that Redis was running locally, SQLite was storing the data on disk. So it was memory (Redis) vs disk (SQLite), but Redis needed to communicate through IPC.
v tweet media
English
85
280
3K
534.1K
/id retweetet
v
v@iavins·
Collection of insane and fun facts about SQLite. Let's go! SQLite is the most deployed and most used database. There are over one trillion (1000000000000 or a million million) SQLite databases in active use. It is maintained by three people. They don't allow outside contributions.
English
126
1.3K
11K
2.2M
/id retweetet
Daniel Cuthbert
Daniel Cuthbert@dcuthbert·
Show me you have no idea how to build an application auth control that can detect and prevent excessive auth attempts, without showing me
Daniel Cuthbert tweet media
English
0
1
4
1.2K
/id retweetet
Daniel Cuthbert
Daniel Cuthbert@dcuthbert·
/me reads this and weeps like a small child who cannot play fortnite past 7pm. Thank you Verizon for showing how shoddy appsec is today.
Daniel Cuthbert tweet mediaDaniel Cuthbert tweet media
English
2
4
19
6.3K
/id
/id@slashid_dev·
@jaredhanson We are! And we try to use Tink wherever possible
English
0
0
0
31
Jared Hanson
Jared Hanson@jaredhanson·
What are the best practices for securing secrets used to sign/encrypt web session cookies and OAuth access tokens? At the high security end, are people using Secure Enclaves for key protection and cryptographic operations?
English
3
0
0
464
/id
/id@slashid_dev·
The recent issues with OAuth 2.0 in Microsoft Azure AD and Google are a stark reminder of this protocol's complexity. Flickr, Booking.com, Grammarly, and Kayak are just a few platforms that have experienced OAuth2.0-related account takeover vulnerabilities in the past year. We've written a blog post summarizing the security best practices for implementing Single Sign-On (SSO) using OAuth 2.0 and OpenID Connect (OIDC) flows. slashid.com/blog/oauth-sec…
/id tweet media
English
0
1
1
742
/id
/id@slashid_dev·
We’re excited to announce first-party Remix support in SlashID with @slashid/remix. We've borrowed the power of our React SDK and aligned it with Remix's unique design patterns. slashid.dev/blog/remix-sdk…
/id tweet media
English
0
1
0
567
/id
/id@slashid_dev·
We wrote a brief blog post on a user enumeration vulnerability we found in Google Identity Platform and Firebase Authentication a few months back. Google released a workaround for this on September 15th, we recommend enabling it! slashid.dev/blog/firebase-…
English
0
1
0
420
/id
/id@slashid_dev·
If you are concerned about the 300% price hike from Auth0, reach out to us here at SlashID. We have a more scalable, secure and feature-rich alternative that will save you money and will give you more capabilities. The migration is seamless and our pricing includes architectural reviews session to help. Feel free to DM us! slashid.dev
Corey Quinn@QuinnyPig

Okta sure has been getting the security tar kicked out of them a lot this decade to be 3xing their pricing.

English
0
2
10
13.9K
/id
/id@slashid_dev·
Long-lived and overly privileged API keys are one of the primary sources of data breaches today. As a result, enterprise companies' RFPs are increasingly requiring vendors to protect their APIs using two-legged or three-legged OAuth 2.0 flows with fine-grained access control. In this blog post, we'll demonstrate how to quickly add and enforce client credentials for your APIs to comply with two-legged OAuth 2.0 flow requirements, including out-of-the-box fine-grained access control. slashid.dev/blog/openapi_o…
/id tweet media
English
0
1
0
484
/id
/id@slashid_dev·
Knowing your users is becoming increasingly important today both to increase revenue and to fend off attacks. Knowing your users is becoming increasingly important today both to increase revenue and to fend off attacks. slashid.dev/blog/context-a…
English
0
1
0
385
/id
/id@slashid_dev·
This is a significant improvement for Passkeys usability. Passkeys created on OS X are only stored locally in the user's Chrome profile and they are not synchronized in the cloud. Starting in Chrome 118, on macOS 13.5 or later, users will have the option to save passkeys in, and use them from, iCloud Keychain enabling cross-browser and cross-device synchronization. developer.chrome.com/blog/passkeys-…
English
0
3
2
1.5K
/id
/id@slashid_dev·
Identity in distributed applications is hard. In large and complex environments with multiple services, a number of patterns have emerged to authenticate and authorize traffic. We've looked at the most common patterns out there and the benefits and pitfalls of each: slashid.dev/blog/auth-patt…
/id tweet media
English
0
1
0
413
/id
/id@slashid_dev·
@kcqon @dinodaizovi Maybe we should add them to Gate :) do you have any stats on adoption?
English
1
0
0
96
/id
/id@slashid_dev·
JSON Web Tokens (JWTs) are one of the most common ways to transfer identity claims and prove the identity of a user or an entity. JWTs have become very popular in recent years because they are easy to use, read, and debug. However JWTs are complex and their implementations are prone to bugs, just this summer at Black Hat researcher Tom Tervoort disclosed 3 new attacks against JWTs. In this article, we discuss common risks when implementing or manipulating JWTs and our approach to avoiding them. slashid.dev/blog/jwt-risks/
English
1
9
9
3.6K