Best of AuthenticationNovember 2022

  1. 1
    Article
    Avatar of anavidAnalytics Vidhya·3y

    Creating a Music Streaming Backend Like Spotify Using MongoDB

    Creating a Music Streaming Backend like Spotify using MongoDB. This article was published as a part of the Data Science Blogathon. In this article, I will show you how to handle uploading songs to the database, streaming music, user authentication, the ability to choose your favorite songs, and a recommendation engine. We will add our code in a new file named ‘auth.ts’ in a new file.ts.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP34: Session, cookie, JWT, token, SSO, and OAuth

    The Black Friday sale is now up! Use code BF2022 at checkout for 30% off my system design interview online course. This week’s system design refresher: System design interview course (Black Friday Sale) Token, Cookie, Session What is CDN?

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    The Best Backend as a Service for your React App

    Firebase has dominated the backend-as-a-service space for many years, but Supabase has emerged as a great alternative. Supabase allows you to take your code and deploy it wherever you like. You can build your app, deploy it to Supabase's servers, or you can Deploy it to your own hosting service.

  4. 4
    Article
    Avatar of cerbosCerbos·3y

    What is Cerbos?

    Cerbos is an open source access control system that can handle all of your complicated business logic through simple configuration. It allows you to plug it into your existing stack as a decoupled service. It is completely stateless and distributed in binaries and containers that allow it to run in the cloud.

  5. 5
    Article
    Avatar of newstackThe New Stack·3y

    Say Goodbye to Browsers and Passwords

    Authentication is no longer a simple act of providing a username and password. It’s a journey that the user takes to confirm their identity and gain secure access to their resources. The browser is a solid choice as it gives us essential security features. Hypermedia allows users to traverse authentication steps as needed.

  6. 6
    Article
    Avatar of phProduct Hunt·3y

    Console 2.0 - Backend as a Service Reimagined by Appwrite

    Console 2.0 simplifies and guides you through the process of creating your backend.

  7. 7
    Article
    Avatar of quastorQuastor Daily·3y

    The Design of Uber's Push Notification System

    The Consumer Communication Gateway (CCG) is built on top of Docstore, a distributed database built at Uber. It stores the push content along with the metadata (promotion involved, restaurant hours, etc.) into the Push Inbox.

  8. 8
    Article
    Avatar of logrocketLogRocket·3y

    Understanding API key authentication in Node.js

    Using API keys has an advantage if you want to set a limit or track how often a particular user is using an API. By using API keys, the user doesn’t need to worry about multi-factor authentication with their username and password.

  9. 9
    Article
    Avatar of logrocketLogRocket·3y

    Write fewer tests by creating better TypeScript types

    The more lines of code you write, the more maintenance is required, and the more code you have to change. In the example above, the kind field is the discriminator and has a value of "AUTHENTICATED" Each union member can contain fields that are only relevant to its specific kind.

  10. 10
    Article
    Avatar of auth0Auth0·3y

    What's New in .NET 7 for Authentication and Authorization

    NET 5.NET has a few features related to authentication and authorization that make it easier for developers to use.NET 7 brings a new tool that allows you to generate access tokens in JWT format. The user-jwts Tool Testing a token-protected Web API could be complex. You can easily use tools like curl or Postman, but you need to pass a valid access token.

  11. 11
    Article
    Avatar of communityCommunity Picks·3y

    7 Tips for reverse engineering minified TypeScript/JavaScript

    MusicKitJS is a web service that creates playlists from the songs you listened to. MoovinGroovin is integrated with Spotify, and I got a request from a user to add support for Apple Music. The only public way to generate these is through method of Apple's MusicKitJS SDK.

  12. 12
    Article
    Avatar of changelogChangelog·3y

    shadcn/taxonomy: An open source application built using the new router, server components and everything new in Next.js 13.

    shadcn/taxonomy: An open source application built using the new router, server components and everything new in Next.js 13.js. You can follow the progress on Twitter @shadcn. The app is a work in progress.

  13. 13
    Article
    Avatar of moralisMoralis·3y

    How to Build a Web3 Multiplayer Game Using Unity Multiplayer - Moralis Web3

    Unity’s toolset for multiplayer game development and Moralis’ features. We’ll do a proper demo of our game to ensure you can use it as a concept of what you can build. Moralis addresses the core Web3 requirements mentioned above and makes Web3 games and dapps (decentralized applications) creation much simpler.