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!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
siovene's avatar
431
siovene
asked 13 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago, updated 13 years ago
link

Comments

see more comments