You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with more and more auth providers being useful to different users it might make sense to think about a simple plugin architecture for Schnack. the main purpose would be to add different authentication strategies (including anonymous), but it could also be used for other things potentially.
Plugin architecture goals v1
dead-simple API for adding more auth providers
ideally without messing with the database (no schema changes)
plugins should be published in different npm packages, e.g. schnack-plugin-twitter or schnack-plugin-vk
The text was updated successfully, but these errors were encountered:
with more and more auth providers being useful to different users it might make sense to think about a simple plugin architecture for Schnack. the main purpose would be to add different authentication strategies (including anonymous), but it could also be used for other things potentially.
Plugin architecture goals v1
schnack-plugin-twitter
orschnack-plugin-vk
The text was updated successfully, but these errors were encountered: