you can use django/ruby on rails or golang for your server, authentication is available out of the box for django and there is great documentation for api.
I am not clear on what you intend to do with captcha so no comments.
you can use django/ruby on rails or golang for your server, authentication is available out of the box for django and there is great documentation for api.
I am not clear on what you intend to do with captcha so no comments.
my question is that does there an appscript alternative that i can self host on my server..
so you are saying
email server> appscript(alternative)>django><browser ?
the OTP is for lazy people who cant be bothered to check their multiple emails for OTPs. nothing sinister...
2. server that responds to the api request made by chrome extension. This is where you can use django it would provide basic security as well as cater to the api request made by your extension here any server would do as your use case is quite simplistic. It should be few lines of code depending on your familiarity of language.
3. Chrome extension this would be in javascript.
are you developer? or do you have access to developers? if yes than it should be straightforward.