colmben

Results 12 comments of colmben

I am currently trying to implement a reasonable back button solution that would also allow some state manipulation in-page. The current way state and popstates are handled is very...peculiar! As...

Just FYI for the 22 people who thumbs-up'ed the +1 comment, the angular voting process requires a thumbs-up on the first post, the one describing the feature request. This is...

Hi, Sorry to drag up an old thread, but I am having difficulty getting the forgot / reset password flow working. In the example code above, I see this line...

Thanks for that Ben. The problem is I'm using UI Rotuer 2 and it doesn't easily have a mechanism for accessing a query before the hash. I ended up using...

OK, turns out that isn't enough. as cbey discovered earlier in the thread, update password needs the auth headers in the request, which is why they are included in the...

I've made the changes in my fork and the forgot password flow is now working. Briefly, I changed getAuthDataFromParams in tryLoadAuthData to use url-parse instead of relying on activatedRoute to...

I'm in the process of looking at this very issue. I don't think it needs that magic on the server side. The current process effectively logs in the user when...

Sooo, I have an answer, at least for the standard Angular default way of doing local client routing. First off - the library as it stands does actually work for...

Just a quick update, I figured out why HashLocationStrategy apps wouldn't work, the Devise Token Auth lib made a change a few years ago to put the query params before...

I ended up using a convoluted process of making a change, npm run build:lib, "git subtree split" out the dist/angular-token/ folder, pushing that to the master of a my-angular-token repo...