Skip to content
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

Feature : integrate new package version to examples #31

Merged
merged 15 commits into from
Sep 13, 2024

Conversation

Dopeamin
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.20%. Comparing base (38ebad4) to head (a3c2eb1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   36.20%   36.20%           
=======================================
  Files          21       21           
  Lines        1555     1555           
  Branches      288      288           
=======================================
  Hits          563      563           
  Misses        936      936           
  Partials       56       56           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

README.md Outdated

const config = new Corbado.Config(projectID, apiSecret);
const config = new Config(projectID, apiSecret, frontendAPI, backendAPI);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its not Corbado.Config anymore, is that correkt? Corbado.SDK() "stayed" :)


const router = express.Router();
const config = new Config(
'pro-1',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pro-1 is "scary" because its our own :)

const router = express.Router();
const config = new Config(
'pro-1',
'corbado1_hALCgZhe3oSwec8Hr2ZuF9w4DZAo9w',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont commit api secret

work with env file for examples maybe?

config.setBackendAPI('https://api.corbado-dev.com')
const config = new Config(
'pro-1',
'corbado1_hALCgZhe3oSwec8Hr2ZuF9w4DZAo9w',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, see above

@Dopeamin Dopeamin merged commit 19cad26 into main Sep 13, 2024
0 of 2 checks passed
@Dopeamin Dopeamin deleted the feat/integrate-new-package-version-to-examples branch September 13, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants