Giter Club home page Giter Club logo

Comments (5)

anthonydickinson avatar anthonydickinson commented on July 20, 2024 1

Hi @debasaran,

You should replace it twice like this. I just commented the original line out and added the fix in the next line.

			//Object result = Core.execute(context, actionName, params);
			Object result = Core.microflowCall(actionName).withParams(params).execute(context);

from open-authentication-module.

bdebasaran avatar bdebasaran commented on July 20, 2024 1

Greetings Anthony,
After implementing your suggestion and commenting out the 9 in file JS_SSOLogout.js( the line where you import react-native-webview via "import { WebView as RNWebView" } from "react-native-webview"; ), the project was up and running. Thanks for your help!

from open-authentication-module.

anthonydickinson avatar anthonydickinson commented on July 20, 2024

@Erwin-t-Hoen : can you update the OAuthCallback.java and replace
Core.execute(....
with
Object result = Core.microflowCall(actionName).withParams(params).execute(context);

so it is compatible with Mx9?

Tried to update the code on GH, but it is outdated...

from open-authentication-module.

debasaran avatar debasaran commented on July 20, 2024

from open-authentication-module.

ArthurvdMolen avatar ArthurvdMolen commented on July 20, 2024

I hope @Erwin-t-Hoen will find some time to upgrade to 9.x for new projects module is not so usefull

from open-authentication-module.

Related Issues (7)

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.