Angular-oauth2-oidc: Migrate to Angular 6

Created on 8 May 2018  路  12Comments  路  Source: manfredsteyer/angular-oauth2-oidc

Hi, I am migrating project to angular 6 which uses rxjs 6.
There should be used .pipe syntax and interfaces like import { Observable } from 'rxjs/Observable'; are no longer valid. Instead use
import { Observable } from 'rxjs';
or
import { throwError } from 'rxjs';

this is not big job but do you think you can update it soon?

Most helpful comment

I'd love to see this on NPM, do you have a release date in mind? I don't want to push. Just trying to get my priorities straight for the week.

Thanks!

All 12 comments

And update is currently in the works. Will be out very shortly with all the rxjs support.

Any update on this?

Its on its way.

Golden! Thanks for the effort!

with pleasure. I'm just going through some open issues and then I will publish the new version.

I'd love to see this on NPM, do you have a release date in mind? I don't want to push. Just trying to get my priorities straight for the week.

Thanks!

It is important for me also because i cannot create pull request for my team without it. And we also are running out of time.

I think it is already there, I uninstalled and installed again, then it works.

Nop. At least npm shows previous version.

Try uninstalling then installing again, both with --save

Hi

If you want to, you can always try out https://www.npmjs.com/angular-oauth2-oidc-codeflow
It is an up to date fork of this repository, but with Authorization Code Grant flow added. It is currently released as a beta.

Just released Version 4.0.0
https://github.com/manfredsteyer/angular-oauth2-oidc/releases/tag/4.0.0

Thanks to all contributers

Some nice additional features are in the pipeline ...

Was this page helpful?
0 / 5 - 0 ratings