Re: [OpenSIPS-Users] Fw: Proxy authorization using MongoDB in Opensips

2023-11-01 Thread Bogdan-Andrei Iancu
Hi, Natively, the auth_db supports only SQL databases. Options you have: 1) try simulating an SQL DB from a noSQL one, by using the db_cachedb module [1] 2) use the pv_proxy_authorize() function [2] and push the credentials from script level - and you can have the prior loaded from Mongo vi

[OpenSIPS-Users] Fw: Proxy authorization using MongoDB in Opensips

2023-11-01 Thread Harsh Patel via Users
I am currently using MySQL to proxy authorization using the auth_db module. I am utilizing the proxy_authorize function to authorize users in a MySQL table, and it is working perfectly. However, I need to switch to MongoDB as my database instead of MySQL. The issue is that it appears auth_db o