#oauth2 نتائج البحث
Just published the very first writeup on my biggest P1 bounty 1️⃣ Check it out: medium.com/@bugbounty0901… #bugbounty #oauth2
Congratulations to Sh Jaimandeep Singh for successfully defending his PhD thesis during the viva voce on 21.08.2024. He carried out his research on Secure Design, Architecture and Configuration of authorisation protocols with emphasis on OAuth 2.0. @NFSU_Official #OAuth2.0
With Pomerium, OAuth2 configuration becomes a breeze. Simply configure your routes, and Pomerium handles the upstream OAuth flow, ensuring tokens never leave the gateway for enhanced security. A definite win for developer experience! #OAuth2 #security
oauth2-proxy Protect your web apps with OAuth2 / OIDC auth using OAuth2-Proxy, a flexible & open-source reverse proxy/middleware. Supports multiple providers & extracts user details #oauth2proxy #oauth2 #security
Day 2 - REST APIs & OAuth2.0 with FastAPI 🚀 Built a REST API & learned proper naming conventions FastAPI auto-validates requests with Pydantic Used @field_validator for custom error messages 📌 Explored OAuth2.0 with OpenID Connect for authentication 🔐 #FastAPI #OAuth2 #OpenID
Starting Jan 2025, Gmail enforces OAuth 2.0 for SMTP. Stay compliant and secure with Gmail SMTP Connect for Joomla! No passwords. No downtime. Just reliable, Google-approved email delivery. 👉 web357.com/gmail-smtp-con… #Web357 #OAuth2 #GmailSMTP #Security #JoomlaExtensions
🔊 The password flow has been retired. Migrate your apps now to OAuth 2.0 to stay secure and supported. Here's how: zurl.co/XSV9n #OAuth2 #RingCentralDevs #Developers
Kinde gives you a whole lot of ways to authenticate users via social and enterprise connections. Now you can bring your own custom OAuth 2.0 or Open ID connection. 🎉 Ta da! Authentication your way with Kinde. Get started —> docs.kinde.com/authenticate/c… #OIDC #Oauth2 #Auth
OAuth 2.0 is the backbone of secure API access Here's the breakdown: - Grant types: Auth Code, Implicit, Client Credentials... - Core concepts: Tokens, Resource Owner, Auth Server - Security tips - OpenID Connect: for user identity A great visual by MasteringBackend. #OAuth2
MCP uses OAuth2 on paper, but OAuth is overkill for half the places I deploy 😂 I’ve been using AgentCore Runtime/Gateway with Sigv4 on AWS, but always had to DIY the transport. New Sigv4 MCP library = uv add and go. 🚀 #mcp #oauth2 @dtraub pypi.org/project/mcp-pr…
To enhance security, Microsoft will end support for Basic Authentication on Sep 16, 2024. Outlook, Hotmail, and Live users must switch to Modern Authentication (OAuth 2.0) to keep inbox access. Use apps like Mailbird to stay connected. #Microsoft #ModernAuthentication #OAuth2
🚀 Just implemented Google OAuth2 in Django! 🔐 Seamlessly fetching user data and handling tokens like a pro. 🛡️ Here's a sneak peek into the code that makes it all happen! 💻 #Django #OAuth2 #GoogleAuth #BackendDeveloper #Python #DevLife #Coding #Connect #Programming
OAuth2 with Node.js — a visual guide OAuth2 lets apps access user data securely without credentials. This image walks you through: - Picking libraries like passport - Implementing token exchange - Validating tokens & handling refresh - Build secure apps with Node.js #OAuth2
🛡️ Use OAuth 2.0 for secure authentication. How-To: Implement OAuth 2.0 to provide secure and scalable user authentication for your web and mobile applications. #OAuth2 #SecureAuthentication #SmartSnippet #AllDayDSK
OAuth 2.0 Authorization Flow with Dropbox API and Postman #oauth2 #postman morioh.com/p/208d2916ede6…
Secure your applications with OAuth 2.0 and Spring Security! Learn how these powerful tools protect your data and users. #CyberSecurityAwareness #OAuth2 #Spring brcm.tech/4nPmGlu
Security and usability rarely meet... but they do here. 🔐 This new guide breaks down how to integrate MCP tools in Copilot Studio using OAuth 2.0 Authorization Code Flow Read it here 👉 techcommunity.microsoft.com/blog/azure-ai-… #Azure #CopilotStudio #OAuth2 #Microsoft
Day 17 — Password Hashing & OAuth2 Security Scheme in FastAPI Strong authentication starts with hashed passwords and a clean OAuth2 login flow. FastAPI gives first-class support for both. Let’s break it down 👇 #FastAPI #Python #OAuth2 #JWT #100DaysOfCode #jwt
Wie bleibt #OAuth2 sicher nach dem Login? #XDEV SSE löst das per Auto-Revalidierung statt komplexem Backchannel-Logout – effizient, fail-safe, frontend-ready. Mehr von Alexander Bierler: javapro.io/de/xdev-sse-ve… @XDEVSoftware #OpenSource #Vaadin @vaadin #JAVAPRO #SpringSecurity
Pro tip: Always combine Authorization Code flow + PKCE with HttpOnly cookies. It drastically reduces the risk of token theft from XSS attacks. 🚀 #OAuth2 #AppSecurity #CyberSecurity #SecureLogin #WebSecurity #DevSecOps #PKCE #Infosec #Programming #TechTips
🧠 OAuth 2.0 Authentication — Visualized Ever wondered what actually happens when you “Login with Google”? I broke down the OAuth 2.0 flow into a clean diagram from the initial login click to token exchange and resource access. Leetcode via Google #OAuth2 #backenddevloper
You log users in, but can you log them out—across instances, reliably, after revocation? A #SpringSecurity add-on closes critical gaps in #OAuth2/OIDC session control. Learn what #XDEV SSE solves: javapro.io/2025/07/25/exp… @XDEVSoftware #OpenSource #Vaadin @vaadin #JAVAPRO
🔐 FREE Online Workshop: Spring Security with OAuth2.0 & JWT 📲 Register Now: tr.ee/C7sfGe 👨🏫 Trainer: Mr. Shekher 📅 Date: 21st November ⏰ Time: 06:00 PM (IST) 💻 Mode: Online #SpringSecurity #OAuth2 #JWT #JavaDeveloper #SpringBoot #CyberSecurity #APISecurity
With .NET 10 LTS released, now is the time to look into upgrading #IdentityServer4 to Duende IdentityServer! Fix known vulnerabilities and future-proof your security. Get support, FAPI 2.0 compliance, and more. duende.link/uwo974g #IdentityServer4 #OAuth2 #OIDC #dotnet
OAuth2 in NestJS for Social Login (Google, Facebook, Twitter, etc) #Nestjs #Oauth2 #Nodejs plainenglish.io/blog/oauth2-in…
MCP uses OAuth2 on paper, but OAuth is overkill for half the places I deploy 😂 I’ve been using AgentCore Runtime/Gateway with Sigv4 on AWS, but always had to DIY the transport. New Sigv4 MCP library = uv add and go. 🚀 #mcp #oauth2 @dtraub pypi.org/project/mcp-pr…
Studying OAuth2 for google authentication. But back to basics with authentication provider first. DaoAuthentication provider, inMemory etc. BCryptPasswordEncoder as password encoder. #OAuth2 #SpringSecurity #DevOpsSecurity #ContinuousLearning
Day 2 - REST APIs & OAuth2.0 with FastAPI 🚀 Built a REST API & learned proper naming conventions FastAPI auto-validates requests with Pydantic Used @field_validator for custom error messages 📌 Explored OAuth2.0 with OpenID Connect for authentication 🔐 #FastAPI #OAuth2 #OpenID
Hi Folks, I spent my Sunday playing with: - #Storyblok custom applications - #Oauth2 - #LaravelSocialite - #LaravelLivewire - #MaryUI (#tailwindcss + #daisyui)
OAuth2 allows other websites/apps to access your account info without giving them your password. You give permission by clicking "Log in with" and authorise an authorization code exchange. It's secure and commonly used. #oauth2 #websecurity
Congratulations to Sh Jaimandeep Singh for successfully defending his PhD thesis during the viva voce on 21.08.2024. He carried out his research on Secure Design, Architecture and Configuration of authorisation protocols with emphasis on OAuth 2.0. @NFSU_Official #OAuth2.0
OAuth 2.0 - Securely connect apps without sharing passwords. - Simplify logins, share access, stay in control. Your data, safeguarded. Read about OAuth2.0 in this short and colorful flyer. #OAuth2 #SecureConnections
Secure your applications with OAuth 2.0 and Spring Security! Learn how these powerful tools protect your data and users. #CyberSecurityAwareness #OAuth2 #Spring brcm.tech/4nPmGlu
Kinde gives you a whole lot of ways to authenticate users via social and enterprise connections. Now you can bring your own custom OAuth 2.0 or Open ID connection. 🎉 Ta da! Authentication your way with Kinde. Get started —> docs.kinde.com/authenticate/c… #OIDC #Oauth2 #Auth
Help me out here— in #oauth2 why does IdP first return an auth code to the app, and then app calls IdP to exchange the authorization code for an access token+refresh token? Why not return the access token + refresh token in step 7?
OAuth 2.0 is an authorization protocol often used to secure access to APIs. Here's what you need to know, from an API hacker's perspective. #api #oauth2 #apihacking #hackingtools zerodayhacker.com/what-is-oauth-…
oauth2-proxy Protect your web apps with OAuth2 / OIDC auth using OAuth2-Proxy, a flexible & open-source reverse proxy/middleware. Supports multiple providers & extracts user details #oauth2proxy #oauth2 #security
And in a couple of minutes, a good talk about #OAuth2 to start the streak! All talks can be followed live here: bdxio.fr/live (this one's in French) @bdxio
OAuth 2.0 is the backbone of secure API access Here's the breakdown: - Grant types: Auth Code, Implicit, Client Credentials... - Core concepts: Tokens, Resource Owner, Auth Server - Security tips - OpenID Connect: for user identity A great visual by MasteringBackend. #OAuth2
🔊 The password flow has been retired. Migrate your apps now to OAuth 2.0 to stay secure and supported. Here's how: zurl.co/XSV9n #OAuth2 #RingCentralDevs #Developers
Finally reached @fossasia #Fossasiasummit. I'm super excited for my talk tomorrow on #CIAM #OAuth2 #OIDC @OpenFGA . If you are in #Hanoi , I would love to meet you.
Thank you, @fossasia for inviting me to #FOSSAsiaSummit2024 Hope my session on "Security on the Internet" which included #SAML, #OAuth2, #OIDC, #PasswordLess, @OpenFGA helped the attendees to secure their apps. Thank you, @quachanhvang for the awesome pics 🙏
Something went wrong.
Something went wrong.
United States Trends
- 1. Paqueta 13.6K posts
- 2. Ole Miss 46.5K posts
- 3. Isak 36.2K posts
- 4. Wirtz 21K posts
- 5. #HardRockBet N/A
- 6. #AskFFT N/A
- 7. Ryan Silverfield 1,449 posts
- 8. Vidal 3,994 posts
- 9. Gakpo 20.4K posts
- 10. Good Sunday 77K posts
- 11. Golesh 4,636 posts
- 12. #WHULIV 13.8K posts
- 13. Neal 5,374 posts
- 14. #sundayvibes 6,359 posts
- 15. Lane Kiffin 55.3K posts
- 16. West Ham 7,896 posts
- 17. Saliba 18.4K posts
- 18. Dowdle 1,138 posts
- 19. Judkins 1,320 posts
- 20. Michael Wilson N/A