First time here? Check out the FAQ!
1

AskBot as an independent app, but sharing users with another

Hi, due to the complexity of my app, I would like to run AskBot as an independent app (which I would style to give the illusion, to some extent, that the user is on the same site).

The app would end up being at mysite.com/questions/

Obviously I want to:

  1. Share the user credential
  2. Disable Login/Logout from AskBot
  3. Share the user avatars

Could I achieve this by means of sharing the same database between my app and askbot, and of course doing some customization of askbot's code (which I have forked already)?

Thank you!

siovene's avatar
431
siovene
asked 2012-05-05 01:29:38 -0500
edit flag offensive 0 remove flag close merge delete

Comments

todofixthis's avatar todofixthis (2012-05-05 09:21:21 -0500) edit
add a comment see more comments

1 Answer

1

Hi, we have an idea to implement OAuth2-based API to log users in via an external application (like yours) and populate the user profiles in askbot, based on your data.

We have not done any work for this yet, it is on the stage of research. We intend to implement this soon though as the use case is very common.

Evgeny's avatar
13.2k
Evgeny
answered 2012-05-05 13:20:44 -0500, updated 2012-05-05 13:22:05 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments