Single sign on server

It is possible to achieve a Single Sing on server with Meteor (purely on meteor)

My main server has a custom package for the Authentication (with an external service) made on Meteor with Accounts. I dont want all my other apps to implement the same package, just check the session by some way… . Is there any solution to this ?

Thanks.

I’m interested in ideas on this as well.