Материалы по теме 'oauth2' | DevsDay.ru

IT-блоги Материалы по теме 'oauth2'

IT-блоги Материалы по теме 'oauth2'


Разработка dev.to 1 июня 2024 г. 17:02

The Gmail API provides a powerful and flexible solution for integrating Gmail's robust features into your app. With it, you can enable users to read, send, and organise their emails, manage drafts, labels and much more. This guide will walk you throu...... читать далее

gmail gmailclient gmailapi node

Разработка AWS News Blog 29 мая 2024 г. 16:44

Streamline data access with trusted identity propagation: simplify sign-in, define fine-grained permissions, and audit using actual user identities across selected AWS analytics services.... читать далее

Analytics Announcements AWS IAM Identity Center Launch News Security Identity & Compliance

Разработка dev.to 29 мая 2024 г. 8:40

Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article. image_credit - ByteByteGo Hello friends, if you are preparing for system design int...... читать далее

programming systemdesign development softwaredevelopment

Разработка dev.to 28 мая 2024 г. 18:50

In today's digital age, securing your backend REST API is paramount. As the backbone of many applications, APIs are frequent targets for malicious attacks. Laravel, one of the most popular PHP frameworks, offers robust security features to help prote...... читать далее

Разработка dev.to 28 мая 2024 г. 15:43

Microservices architectures offer numerous benefits, such as enhanced scalability, flexibility, and faster development cycles. However, they also introduce unique security challenges that require a specialized approach to ensure the safety and integr...... читать далее

Разработка dev.to 22 мая 2024 г. 2:46

Spring Boot is a open-source tool which uses Java-based frameworks for building web applications. In this article we'll be using Keycloak to secure an Angular application and access secured resources from a Spring Boot Web application. Phase Two i...... читать далее

springboot authentication keycloak angular

Разработка dev.to 22 мая 2024 г. 0:26

After 7 years of development, I have never tried OAuth 1.0 or 2.0. But in the next micro-SaaS I am creating, users will have the option to log in with X. I don't want to add other options for two reasons. The first is that I like Elon a lot and want...... читать далее

oauth kotlin

Разработка habr.com 18 мая 2024 г. 12:31

Привет! Меня зовут Данекер, я Fullstack-разработчик (Java, Angular). В этой статье я хочу поделиться с вами, как реализовать комбинированную авторизацию в Spring Security, используя примеры авторизации через социальные сети, такие как GitHub, а также...... читать далее

Java spring github oauth2 security

Разработка dev.to 14 мая 2024 г. 0:59

In the first post, we explore some aspects of OAuth2 authentication, focusing on the /token path as illustrated in an example from the Simple OAuth2 with Password and Bearer section of the Tutorial - User Guide Security. In this subsequent post, we i...... читать далее

python fastapi oauth2 security

Разработка dev.to 13 мая 2024 г. 15:18

Low-Code: New Name, Same Game? The term low-code is fairly new, but the idea has been around for decades: Improved efficiency through abstraction Previous marketing trends used terms like visual programming language (VPL), rapid application devel...... читать далее

Разработка dev.to 11 мая 2024 г. 14:00

In modern software development practices, the seamless integration of different tools and platforms is crucial for efficient collaboration and automation. Jenkins, a popular continuous integration and continuous delivery (CI/CD) tool, and Jira, a wid...... читать далее

devops jenkins agile cloud

Разработка dev.to 3 мая 2024 г. 20:52

Introduction It's been a while since I kick-started my backend engineering journey, and the plan was simply to take each major concept in the backend landscape and learn it then learn one or two of its application like for example, learning about d...... читать далее

webdev learning programming career

Разработка dev.to 25 апреля 2024 г. 0:29

Olá Mentes Tech, recentemente conclui um novo curso, e resolvi colocar em prática os aprendizados, e hoje vou escrever sobre OAuth2 e o fluxo authorization code com PKCE Proof Key for Code Exchange ou "pixie" para os íntimos. Vou implementar um servi...... читать далее

oauth programming

Разработка habr.com 24 апреля 2024 г. 10:21

Еще в пандемийные годы стало понятно, что жить без двухфакторки на удаленке, как минимум, рискованно. И хоть большинство приложений и обеспечивают 2FA, все-таки существуют сервисы, для которых защищенный доступ из коробки недоступен. Я Саша Зеленов,...... читать далее

2fa-аутентификация 2fa oauth2 oauth2client кейс безопасность безопасность веб-приложений двухфакторная аутентификация

Разработка dev.to 18 апреля 2024 г. 16:59

Discord Activities are awesome! They run inside Discord and can do all sorts of cool things like games, quizzes, and more. But to get started, you need to authenticate your activity with Discord. This guide will show you how to get your credentials...... читать далее

discord activity javascript programming

Разработка dev.to 17 апреля 2024 г. 4:13

In the world of Spring Boot development, starting a new project with spring.io, manually downloading and extracting the starter-template can be cumbersome. Fortunately, Spring CLI (Command Line Interface) provides a convenient solution to streamline...... читать далее

springboot springcli

Разработка dev.to 15 апреля 2024 г. 12:02

Part 3: Pydantic Data Models GitHub Repo See previous post: FastAPI Part 1: Introduction to FastAPI FastAPI Part 2: Routing, Path Parameters, and Query Parameters FastAPI integrates Pydantic, a robust data validation and settings management libr...... читать далее

fastapi api python webdev

Разработка dev.to 15 апреля 2024 г. 10:25

This is a guick guide on how to do OAuth2 logins within a chrome extension. Let's get started: Step 1: Register the Extension OAuth2 requires a static URL to redirect the client after the authentication with the third party server is comp...... читать далее

javascript extensions webdev beginners

Разработка dev.to 15 апреля 2024 г. 6:00

What is Authentication? Authentication is the process of verifying the identity of a user or system. It's a way to ensure that the entity requesting access is who they claim to be. Authentication is one of the core attributes of a Kubernetes API ga...... читать далее

kubernetes apigateway api authentication

Разработка dev.to 12 апреля 2024 г. 13:50

Set up access & refresh token APIs on both '/oauth2/token' and on our controller layer such as '/api/v1...', both of which function same. Authentication management based on a combination of username, client id, and an extra token (referred to in...... читать далее

springsecurity springboot oauth programming