Wish OAuth Server

keirS

Well-Known Member
Licensed User
Longtime User
Big wish and I suspect I will end up writing it myself but since B4J is ideal for writing REST Api's it would be nice to have built in authentication.
 

keirS

Well-Known Member
Licensed User
Longtime User
Just had a look. I am looking for something a bit more complex. Something where there are developer api keys as well as consumer keys. Like Twitter and Google use.
 

b4auser1

Well-Known Member
Licensed User
Longtime User
Is it possible to use Google autnenication in the B4J web server ?
Get login/password from the user, send them to Google and receive a response: true if login/password Goggle authentication is ok, or false if it is not.
 

b4auser1

Well-Known Member
Licensed User
Longtime User
Erel,
could you provide an example of code to do Google authentication ?
 
Top