Romman Sabbirrommansabbir.com·Nov 2, 2024Secure User Authentication in Android: A Comprehensive Guide [PART 2]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...57 readsAndroid : Security, Encryption and Secure PracticesAndroid
Alexandr Kalinkablog.kalinka.pw·Apr 12, 2023How to implement OpenID authorization in Keycloak server for Rails application.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...945 readsRails