-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from protractor to cypress #653
Conversation
+ test: jwt-without-entity e2e success excluding bad password.
configuration, | ||
qs: { | ||
redirect_uri, | ||
client_id: clientId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has to be hard-coded to the client ID for the native app on Auth0 and Okta. This is a different between these providers and Keycloak. You also have to hard-code the client ID in auth-config.service.ts
. https://www.jhipster.tech/security/#update-your-ionic-app
password, | ||
}, | ||
}); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran |
@mraible the missing feature is auth0 support. |
I just started testing this again using Two things that seem strange:
It's taking forever to create the app. Maybe because I'm using my M1? Most of the testing I did yesterday on my Intel. |
It's a bug at jdl, that generates otherEntityRelationshipName without the otherEntityRelationship. It's in my jhipster todo, but the jhipster todo is quite big right now.
That's odd, I think you used npm to update |
I'll try on my Intel and see if it happens there. I did notice that if I do the following in the
|
I use M1, I don't see a big slowdown, sometimes just a small delay.
The npm install part installs maven too. Is slow, but I don't think we can do anything.
|
It happens almost every time, if any transitional dependency is updated, the package-lock changes. |
I don't know if this is something we should fix, but husky causes issues if I create an Ionic app in an existing JHipster project that's been checked into Git.
The creation of the app fails towards the end:
If I remove the following from "prepare": "husky install", |
I confirmed your bounty request and paid $500 by PayPal. |
I just re-created my Ionic app with this branch.
I still think we should change it so |
I tested with Auth0 and there's still an issue fetching
I'm OK with merging this and continuing Okta/Auth0 support in a different branch. |
If you look at this repo, you'll see the difference: https://github.com/oktadev/okta-jhipster-ionic-example
|
Closes #639