GithubHelp home page GithubHelp logo

Comments (22)

brockallen avatar brockallen commented on July 30, 2024

I don't have time to add it, but if you figure out the deltas I am happy to help integrate the necessary changes.

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

I'll see what I can do.
On 25 May 2016 8:30 PM, "Brock Allen" [email protected] wrote:

I don't have time to add it, but if you figure out the deltas I am happy
to help integrate the necessary changes.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#34 (comment)

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

I added a pull request with changes that work for me but more than happy to take your recommendations.

from oidc-client-js.

brockallen avatar brockallen commented on July 30, 2024

Yep, I took a quick look. I saw some cordova specific APIs added to the UserManager -- not sure I want that. Can we have a cordova client just replace the popup and silent objects on the settings? That way the UserManager doesn't have any cordova specific APIs. It just knows about popups and silent frames, right?

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

Thanks for the input. I'll make the changes today.

from oidc-client-js.

brockallen avatar brockallen commented on July 30, 2024

I won't have time to look at this for another week or so. Thanks for the patience.

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

That's okay. I'll just use my fork for now and refactor later if necessary.
Thanks for all your good work.
On 1 Jun 2016 10:12 PM, "Brock Allen" [email protected] wrote:

I won't have time to look at this for another week or so. Thanks for the
patience.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#34 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AF8zNW0_ETLkbRuuDwHIKFbm_TDXFt3wks5qHXcogaJpZM4ImICB
.

from oidc-client-js.

brockallen avatar brockallen commented on July 30, 2024

Merged and labeled as 1.1.0-beta.1. Mind testing it just to confirm it's working?

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

No problem. I'll test it today.
On 20 Jun 2016 4:13 AM, "Brock Allen" [email protected] wrote:

Merged and labeled as 1.1.0-beta.1. Mind testing it just to confirm it's
working?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#34 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AF8zNa1trI_FSntdjS92oSb8vNArtiIZks5qNYbXgaJpZM4ImICB
.

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

Looks good.

I have an Ionic/Angular client consuming signinPopup, signoutPopup and automaticSilentRenew enabled. The settings popupNavigator and iframeNavigator are given new instances of Oidc.CordovaPopupNavigator and Oidc.Cordova.IFrameNavigator.

Sign in/out and silent renew all working.

Thanks very much.

from oidc-client-js.

brockallen avatar brockallen commented on July 30, 2024

Do you happen to have a minimal sample? I don't really use Cordova, and having a sample I can point people to would be incredibly helpful.

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

Might take me a week due to time constraints but should be able to come up with something. I'll add a link to the repo here when I'm done.

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

I've create a very simple demo here https://github.com/markphillips100/oidc-cordova-demo. I probably don't have much time in the short term for much else but let me know if you need anything and I'll see what I can do.

from oidc-client-js.

brockallen avatar brockallen commented on July 30, 2024

So are we all set on this issue? Can we consider is resolved?

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

Indeed we can. I'll close it now
On 27 Jun 2016 6:15 AM, "Brock Allen" [email protected] wrote:

So are we all set on this issue? Can we consider is resolved?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#34 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AF8zNfyyb90C_XXvaYNiIKVN-D0toLUdks5qPt3LgaJpZM4ImICB
.

from oidc-client-js.

brockallen avatar brockallen commented on July 30, 2024

I'm working on adding #3 -- if I can get that in soon, I'll do a formal 1.1.0 release.

from oidc-client-js.

brockallen avatar brockallen commented on July 30, 2024

BTW @markphillips100 -- have you been using/testing the beta of this? is it all working well for you and sufficiently stable that you think we can release an official 1.1.0? thx

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

I will be using it thoroughly over the next 2 weeks. Can we wait till then
perhaps?

On 18 Jul 2016 6:42 AM, "Brock Allen" [email protected] wrote:

BTW @markphillips100 https://github.com/markphillips100 -- have you
been using/testing the beta of this? is it all working well for you and
sufficiently stable that you think we can release an official 1.1.0? thx


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#34 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AF8zNXtfEhCxzFlVltH0BwqffSrM5xIeks5qWpOmgaJpZM4ImICB
.

from oidc-client-js.

brockallen avatar brockallen commented on July 30, 2024

Ok, np. Ping me when you feel like it's solid from your testing.

from oidc-client-js.

CesarD avatar CesarD commented on July 30, 2024

Any further information available on this? Could this be used (taking away the references to Ionic and similar) with AngularJs 1.5.x on a regular web page instead of a hybrid mobile app?

from oidc-client-js.

robpaveza avatar robpaveza commented on July 30, 2024

@markphillips100 Have you used Google+ authentication at all? I'm curious about if/how you've worked around the new Google+ restrictions on in-app iframes due to the new Google security policy (effective April 2017).

from oidc-client-js.

markphillips100 avatar markphillips100 commented on July 30, 2024

from oidc-client-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.