Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add route to generate auth token from logged in cloud users (#1…
…8693) * add route to generate auth token from logged in cloud users * add strapi id to user model * Update query snapshots * Update query snapshots * Update query snapshots * Update query snapshots * show strapi id in admin panel * create jwt token based on attached strapi id * use secret from env variables * fix merge conflicts in migration history * Update query snapshots * extract PERMITTED_FORUM_DOMAINS constant and switch redirect to posthog.com * re-use existing authorize_and_redirect function * create new strapi account when user without attached strapi id tries to login * fix merge conflict in latest_migrations.manifest * do not log new strapi account error * Update query snapshots * Update query snapshots * provide random fallback value as JWT_SECRET_STRAPI * add fallback value to forum_login query param * update auth html page template design * adjust test_user_modal test with new field * Update query snapshots --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Cory Watilo <[email protected]>
- Loading branch information