-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat: add generator submodule #155
Conversation
@@ -0,0 +1,63 @@ | |||
/*! | |||
* Copyright (c) 2015-2018, Okta, Inc. and/or its affiliates. All rights reserved. |
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.
nit: can extend banners script's files allowlist
fdf832a
to
6ad7fff
Compare
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.
LGTM
To run this application, you first need to clone this repo: | ||
|
||
```bash | ||
git clone https://github.com/okta/samples-js-react.git |
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.
Should new generated samples in this repo replace samples-js-react
repo?
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.
It is the first step for samples auto-generation, in this PR, it grabs samples from the samples-js-react
repo and developer docs, so in the future, when there is a change in the SDK repo, the PR should also update the generated samples at the same time, then downstream repos can just pull the latest changes without manual changes.
Co-authored-by: denysoblohin-okta <72614880+denysoblohin-okta@users.noreply.github.com>
In this PR:
generated
folder)protractor
(mostly brought from the okta-oidc-tck repo)