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
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
I know nothing about the innards of MEAN.js's auth scheme, but on a fresh git clone, if I create a new Article with a standard sign-up (i.e. non-oauth test user), I get redirected to the view page but it has no edit/remove buttons. I inserted {{vm.authentication.user._id}} == {{vm.article.user._id}} into the DOM to debug, and despite being logged in (as evidenced by the upper-right menu item and my ability to create new articles with vm.article.user._id properly set) vm.authentication.user._id is an empty string.
I'm not sure the extent of this issue--whether it affects other views, only affects certain types of users, or has other unobserved consequences, but it definitely used to work and doesn't now.
Thoughts?
The text was updated successfully, but these errors were encountered:
I know nothing about the innards of MEAN.js's auth scheme, but on a fresh git clone, if I create a new Article with a standard sign-up (i.e. non-oauth test user), I get redirected to the view page but it has no edit/remove buttons. I inserted {{vm.authentication.user._id}} == {{vm.article.user._id}} into the DOM to debug, and despite being logged in (as evidenced by the upper-right menu item and my ability to create new articles with vm.article.user._id properly set) vm.authentication.user._id is an empty string.
I'm not sure the extent of this issue--whether it affects other views, only affects certain types of users, or has other unobserved consequences, but it definitely used to work and doesn't now.
Thoughts?
The text was updated successfully, but these errors were encountered: