Best of Authentication β€” August 2023

  1. 1
    Article
    Avatar of bootcampuxdesignBootcampΒ·3y

    Backend Projects πŸ—οΈ for Transitioning to a Senior-Level πŸ™Œ Developer πŸ§‘β€πŸ’»

    As a backend developer, you play a crucial role in designing and implementing the server-side logic that powers applications. In this article, we will explore a range of project ideas that can help you level up your backend development skills, demonstrate your proficiency in handling advanced concepts, and pave the way for a senior-level developer role.

  2. 2
    Article
    Avatar of hackernoonHacker NoonΒ·3y

    Building a Full Stack Airbnb Clone with Next.js, Tailwind CSS, Amplication, and More

    Building a Full Stack Airbnb Clone with Next.js, Tailwind CSS, Amplication, and more. The platform is centered around the concept of a low-code development environment. Amplication is an open-source development tool designed to simplify and expedite the process of building web applications.

  3. 3
    Article
    Avatar of asayerasayerΒ·3y

    React: Performing Authentication with JWT

    This article will discuss how to perform JWT authentication in a React app. We will cover the steps involved in setting up a backend JWT endpoint, signing up and signing in from your React app, and protecting routes with JWT validation. You will use a custom-built Express server API to relay the JWT token for a user.

  4. 4
    Article
    Avatar of bytebytegoByteByteGoΒ·3y

    EP72: OAuth 2.0 Explained With Simple Terms

    This week’s system design refresher: Git Merge vs. Rebase vs. Squash Commit. OAuth 2.0 is a powerful and secure framework that allows different applications to securely interact with each other on behalf of users. New Relic Interactive Application Security Testing (IAST) is now in public preview.

  5. 5
    Article
    Avatar of asayerasayerΒ·3y

    Authentication in Next.js with Clerk

    Clerk is a cloud-based authentication service that aims to simplify the integration of secure authentication in web applications. With Clerk, you can: - Permit users to log in using their Google, GitHub, or other social network accounts that they already have. The template of the Notes Manager application has already been created using Next.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCampΒ·3y

    OWASP API Security Top 10 – Secure Your APIs

    The OWASP API Security Top 10 is a standard reference guide highlighting the most critical web API vulnerabilities. We just published a course on the freeCodeCamp.org YouTube channel that will teach you about each security risk and techniques to fortify your APIs against potential threats.

  7. 7
    Article
    Avatar of auth0Auth0Β·3y

    Auth0 Stable Support For Next.js App Router!

    Auth0.js has been building the foundations for the future of Next.js, a future based on the React architecture. The new App router architecture with support for React Server Components, nested routes, layouts, and new data fetching design was promoted to stable and is the recommended option for newly built Next.JS applications.

  8. 8
    Article
    Avatar of supabaseSupabaseΒ·3y

    React Native file upload with Supabase Storage

    React Native file upload with Supabase Storage is a great choice for this as it provides a simple API to upload files. We can easily combine this with authentication to build a powerful app. This means you can quickly build your own image-sharing app or any other app that needs toupload files to a backend.

  9. 9
    Article
    Avatar of freecodecampfreeCodeCampΒ·3y

    How to Set Up Social Media Web Authentication using Firebase

    The way users log in affects their overall experience and engagement with an application. The ability to log into web apps using social network accounts is a helpful advance in this area. Firebase serves as a comprehensive platform, providing developers with backend services and tools to create web and mobile applications.

  10. 10
    Article
    Avatar of cloudnativedailyCloud Native DailyΒ·3y

    Mastering Swagger: Best Practices for API Development

    Mastering Swagger is a powerful tool for designing, building, and documenting APIs. The OpenAPI Specification (formerly known as Swagger Specification) is a widely adopted standard for describing RESTful APIs. Swagger provides mechanisms to manage API versions, allowing developers to introduce new features while ensuring backward compatibility.

  11. 11
    Article
    Avatar of awstipAWS TipΒ·3y

    Laravel Authentication and Authorization: JWT and Policies

    Laravel Authentication and Authorization: JWT and Policies are PHP classes that implements access control and hence authorization by defining authorization logic for a given model or resource. Every content that may be served by an API may be considered as a resource. This includes images as well as data stored in the database.

  12. 12
    Article
    Avatar of auth0Auth0Β·3y

    No Code Authentication with Laravel

    Laravel has elevated the entire PHP experience to a new level thanks to its passionate developer community. The framework has built up a robust and mature foundation that’s not just battle-tested but genuinely delightful to build applications with. Laravel is a robust framework created to support practically any kind of application developers might want to build.

  13. 13
    Article
    Avatar of auth0Auth0Β·3y

    How to Validate JWTs in .NET

    This article will explain why you need to validate a JWT, what it means in general, and how to do it in the.NET platform.NET. JWTs are an open standard that defines how to share information between parties using the JSON format. The meaning of the token depends on the specific context or application.