Feb 22 · 7 min read · OpenID Connect (OIDC) login flow is the process by which users authenticate themselves using OpenID Connect, a protocol for authentication built on top of OAuth 2.0. In this guide, we'll walk through building complete OIDC login flow URLs in ForgeRoc...
Join discussionNov 2, 2024 · 5 min read · User authentication is one of the most critical security aspects of any mobile application. Implementing secure authentication methods ensures that users’ data and accounts are protected from unauthorized access. In this article, we will dive deep in...
Join discussion
Apr 12, 2023 · 8 min read · Sometimes we need to implement an authorization and an authentication system for our Ruby on Rails application. In most of the applications, it is enough to use gem Devise, but sometimes customer asks to implement different types of authorization and...
Join discussion