https://descope.com logo
Join Slack
Powered by
# auth-resources
  • h

    helpful-musician-30900

    12/31/2022, 10:05 PM
    Here is a list of websites/apps/services which support passkeys for auth. https://passkeys.directory/ It's a short manually maintained list by 1password, I wonder if anyone is maintaining something programatically
    āž• 1
    s
    • 2
    • 1
  • h

    helpful-musician-30900

    12/31/2022, 10:05 PM
    could do a scan of the alexa top 1000 or shodan, though would you search for? I guess for webauthn Javascript accessing
    window.PublicKeyCredential
    But for magic links or other non-standardised passwordless auth...?
  • h

    helpful-musician-30900

    01/01/2023, 12:49 AM
    It would be cool to do a "state of passwordless" review which included an adoption stat
  • h

    helpful-musician-30900

    01/05/2023, 3:19 AM
    I might have a go at scanning Alexa top 100 for webauthn usage indicators. I have some experience in web scraping, even with widespread anti-bot tech. I wrote this python module to do it "legitimately" last year https://github.com/SergeBakharev/privacypass
  • r

    rhythmic-garage-87722

    06/07/2023, 3:35 PM
    Hi everyone! Here's a blog on how you can add add Descope Authentication to your React + Flask app. Build a multi-page teacher/student app with protected routes, a dashboard, and a not-so secret message šŸ˜‰ If you have ideas for other tutorials we should create, let us know! https://www.descope.com/blog/post/auth-react-flask-app
    šŸ™ŒšŸ¼ 1
    šŸ™Œ 4
  • r

    rhythmic-garage-87722

    06/07/2023, 3:49 PM
    Hi everyone! Here's a blog on how you can add the user's email as a custom attribute to the JWT response using Descope Flows: With Descope Flows, you can add any custom attributes in a drag-and-drop manner to give your users a more personalized experience. If you have ideas for other tutorials we should create, let us know! https://www.descope.com/blog/post/add-user-information-jwt-response
    šŸ’„ 5
  • r

    rhythmic-garage-87722

    07/20/2023, 3:08 PM
    Back again with another tutorial! This time... āŒ› The waitlist app you've been waiting for. Not ready to open up your app to the world, but still want to onboard users and early adopters with proper authentication? No problem. šŸ”‘ The waitlist app will come with... ✨ 1. Email verification & authentication. 2. Different screens and journeys for approved and waitlisted users. 3. A custom Profile page upon approval. 4. Airtable & email automation for user tracking. Some cool things you will learn: āœ… Descope Flows āœ… HTTP Connectors Check it out šŸ”—: https://lnkd.in/gCM4Yv_a
    šŸ™Œ 2
  • b

    breezy-evening-56597

    07/31/2023, 8:41 PM
    Want to securely merge user identities across authentication methods? In this tutorial, @faint-musician-4508 covers how to: āœ… Add social logins, OTP, and passkeys to your login āœ… Merge user identities across auth methods āœ… Promote biometrics for future logins The best part? All of it is drag-and-drop!

    https://www.youtube.com/watch?v=yKRQmm7_dw4ā–¾

    šŸ™Œ 2
    šŸŽ‰ 2
  • h

    helpful-musician-30900

    08/19/2023, 10:25 PM
    food for thought: https://www.sjoerdlangkemper.nl/2023/08/16/session-timeout/
  • r

    rhythmic-garage-87722

    08/23/2023, 4:13 PM
    Hello hackers!! I made a hackathon template and it has the following features: āœ… Descope authentication with Auth.js āœ… The latest #nextjs app router, server, and client components āœ… Fully customizable pages āœ… A dashboard for hackers to onboard, check acceptance statuses, and read announcements If you have a hackathon idea, maybe now's the time to start building šŸ˜‰ Blog: https://www.descope.com/blog/post/auth-nextjs13-app-nextauth Repo: https://github.com/descope/nextjs-hackathon-template/ ⭐
    šŸ™Œ 3
    šŸ™ŒšŸ¼ 1
  • s

    salmon-night-88354

    09/07/2023, 5:27 PM
    If you haven't checked out the Descope Explorer and the power of quickly testing flows, check out this blog on how it can help you explore the power of flows. https://www.descope.com/blog/post/descope-explorer
    šŸš€ 4
    šŸ™Œ 2
    šŸŽ‰ 3
  • d

    dazzling-oyster-96577

    03/05/2024, 10:40 PM
    šŸ“¢ Calling all React devs! This step-by-step tutorial shows you how to add Descope authentication and RBAC to a React + Node app. You can find the instructions along with code snippets and a sample app here: https://www.descope.com/blog/post/react-authentication-tutorial Let us know what other tutorials would be helpful for you and we will make them happen!
    šŸ™Œ 3
  • d

    dazzling-oyster-96577

    03/11/2024, 5:29 PM
    nightking Building passkeys keeping you up at night? This comprehensive tutorial intros passkeys for developers, goes through how to add passkeys to an app from scratch, and covers how Descope greatly simplifies the entire process. Steps, code, and sample apps this way: https://www.descope.com/blog/post/developer-guide-passkeys We would love to hear any feedback!
    šŸ™Œ 2
    šŸ”‘ 2
  • d

    dazzling-oyster-96577

    03/21/2024, 4:08 PM
    🧐 There's lots going on under the OAuth hood Here's a comprehensive guide covering: • Basics of OAuth for developers • Adding OAuth to a React app from scratch • How Descope simplifies the process Tutorial, code snippets, and sample apps this way: https://www.descope.com/blog/post/oauth2-react-authentication-authorization Any feedback or questions welcome!
    šŸ™Œ 3
  • h

    helpful-musician-30900

    04/03/2024, 9:30 PM
    This is an interesting project from Google. https://github.com/WICG/dbsc/blob/main/README.md This is what passkeys are to passwords but for jwt. So session tokens (cred binding).
    b
    • 2
    • 3
  • h

    helpful-musician-30900

    04/03/2024, 9:31 PM
    They make the session tokens bound to the device used for auth, and stored in the TPM
  • h

    helpful-musician-30900

    04/03/2024, 9:40 PM
    In a similar vane, I recently worked on a project to implement encrypted at rest secrets used in a Linux server app using systemd-creds. It's the systemd service native way to encrypt and expose secrets to the services, which uses the TPM for storage of encryption key. Really really easy stuff to setup, I recommend it to anyone writing Linux server apps in 2024. https://systemd.io/CREDENTIALS/
    šŸ™Œ 1
  • h

    helpful-musician-30900

    04/03/2024, 9:43 PM
    Looks like the trusted compute story from the early 2020s is coming to fruition. Very exciting.
  • s

    salmon-night-88354

    04/03/2024, 10:14 PM
    Hey everyone, we're excited to announce that we added a CI/CD template for GitHub actions this week. The guide for implementation can be found here. This tool assists you in being able to PR your changes between environments and automate the deployment tasks.
    šŸ™Œ 2
  • s

    shy-gold-80231

    04/15/2024, 6:27 PM
    🤦 Of course it's CORS If your app isn't working as expected, CORS is a common culprit. Here's a blog that: āœ… Covers the basics of CORS and why it matters āœ… Outlines four common CORS errors and how to fix them āœ… Shares tips for working around CORS when needed https://www.descope.com/blog/post/cors-errors P.S. You should also bookmark this excellent resource from MDN if you haven't already: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors
  • s

    shy-gold-80231

    04/16/2024, 7:58 PM
    ⚔ Build Auth Swift(ly) Here's a step-by-step tutorial that sets up an iOS app, adds OTP authentication, and includes RBAC controls for end users with Descope. Open up Xcode and get started: https://www.descope.com/blog/post/ios-swift-authentication-tutorial Let us know if you have any other ideas for tutorials!
  • b

    broad-mouse-94403

    06/06/2024, 5:35 PM
    šŸŒŽ "Learn once, write anywhere!" Check out our latest guide on setting up authentication in a React Native app! https://www.descope.com/blog/post/react-native-authentication
    šŸ™Œ 2
    birthday party parrot 2
  • s

    shy-gold-80231

    07/12/2024, 3:50 PM
    Looking for guidance on how to add magic links to React? This guide goes through: • Magic links 101 • Adding magic link auth + RBAC to React with Descope Flows • Other link-based auth options with Descope https://www.descope.com/blog/post/magic-link-rbac-react
  • s

    shy-gold-80231

    09/17/2024, 6:35 PM
    We have come across several Descopers asking whether they should use email or phone for customer authentication. While the true answer is
    it depends on your app
    (and Descope can support you either way), the blog below goes into what factors you can consider while making the decision like: • Demographics of your audience • Form factor (web, mobile, both) • Security and inherent vulnerabilities • End user experience https://www.descope.com/blog/post/email-vs-phone-customer-authentication Any feedback or thoughts welcome!
  • s

    shy-gold-80231

    09/18/2024, 6:47 PM
    āš™ļø Anyone looking to integrate Descope with Next.js 14 using App Router? https://www.descope.com/blog/post/auth-nextjs14-app-router This blog goes through a sample blogging application with: • Magic link auth using the Descope Next.js SDK • Editor and Admin roles / permissions Any comments or feedback welcome!