So my use case is this:
- I use social connections(google and
GitHub) and username+password - I use the Lock widget
- I have 2 single page application
that I will call app1 and app2
So what I want is very simple: if a user login into app1, I want that when the user visits app2, he will be already logged in.
The documentation is very confusing and most of the examples are outdated. From here seems that is possible: Single Sign-On but the example doesn’t use the Lock widget.
So my questions are:
- is possible implement SSO with the
Lock widget? - if SSO can be implemented with the
Lock widget…it is possible to
implement the silent authentification
too?
Thanks!