knadh / otpgateway

Standalone server for user address and OTP verification flows with pluggable providers (e-mail, SMS, bank penny drops etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide from Installation To Usage

chsanto2712 opened this issue Β· comments

Respected @knadh @mr-karan sir's,
Thanks a lot for making such amazing projects 😍,
I am new to integrate open source projects to ReactJs applications. But I need to use this functionalities of OTPGATEWAY for verifying Email and Phone number. I am eagerly waiting to integrate OTP verification πŸ˜…πŸ˜œ.

So I request you to please share your valuable information to use and integrate them. πŸ™

Thank You sir

All the required information is documented here: https://github.com/knadh/otpgateway#javascript-plugin. Please ask any specific query/issues while integration.

Thanks!

Respected @knadh @mr-karan sir's,
Now I was able to configure REDIS-SERVER and able to run the port 9000(otpgateway) as shown below

WORKING REDIS-SERVER πŸ₯³

Redis

WORKING LOCALHOST:9000 πŸ₯³

Localhost Terminal

Localhost:9000

CONFIG.toml file

CONFIG file

But the problem was in the fetching the requests

Want to reproduce this

GET REQUEST

Please help me with this issue @mr-karan @knadh sir !.

The username and password keys are under the provider settings (like SMTP etc). For API's authentication, it's provided here:

# Namespaces (application tenants) and tokens. OTPs are generated
# under these namespaces and the OTP APIs require
# namespace + secret as BasicAuth headers for authentication.
[auth.MyApp]
namespace = "MyApp"
secret = "mySecretToken"

Yeah sir,
It worked
Thank you sir @mr-karan @knadh