Useraccounts Configuration - DDP and Private Routes

Hey guys!

I am using the useraccounts package on my project together with flow-router. There are a few things I haven’t been able to do - and couldn’t find simple explanations anywhere (neither documentation, nor other forum posts). Here are my questions:

1 - How do I extend the useraccounts through DDP to a second (non-meteor) application? (so that users can login and do private stuff from there)

2 - How do I create user-specific private routes? (e.g. if there is a page that lists all posts from a user, than the route could be /posts/user_id)

Can someone help me with that?

Thanks! :slight_smile: