angular - Angular2 single sign on with Auth0? -


i'm trying use auth0 sso (single sign on ) angular 2 doesn't work , , question it's angular 2 support sso authentification or not ? or there other solution ?

make sure both of domains sub domains of domain local storage works in same domain (local storage domain specific)

you can write service can use localstorage.getitem(key); retrive data local storage , use in application

in angularjs use angularjs code put , data local storage , in angular 2/4 use typescript code get/put local storage.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -