platform icon indicating copy to clipboard operation
platform copied to clipboard

The Webstone education platform

Results 8 platform issues
Sort by recently updated
recently updated
newest added

We have to de-couple the `jwt` token from being the gate-keeper to everything. At the moment, the `jwt` token set means it's a pre-order student and they get access to...

![image](https://user-images.githubusercontent.com/788827/178166335-b032302a-8e62-49fd-84a7-ed124f37a065.png)

bug

See [the Architecture chapter](https://github.com/WebstoneHQ/platform#architecture) in the README.

documentation

```mermaid sequenceDiagram autonumber participant /dashboard participant PaymentProvider as Payment Provider participant /api/billing/webhooks/preorder participant PostgreSQL link /dashboard: Source @ https://github.com/WebstoneHQ/platform/blob/main/services/website/src/routes/dashboard.svelte link PaymentProvider: Website @ https://paddle.com/ link /api/billing/webhooks/preorder: Source @ https://github.com/WebstoneHQ/platform/blob/main/services/website/src/routes/api/billing/webhooks/preorder.ts Note...

documentation

```mermaid sequenceDiagram autonumber participant / participant /dashboard participant /login participant /login/github participant githubAuthorize as github.com/login/oauth/authorize participant /login/github/callback participant githubAccessToken as github.com/login/oauth/access_token participant githubUser as api.github.com/user participant PostgreSQL link /: Source...

documentation

- [x] GitHub ([docs](https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps)) - [ ] GitLab ([docs](https://docs.gitlab.com/ee/api/oauth2.html)) - [ ] Bitbucket ([docs](https://developer.atlassian.com/cloud/bitbucket/security-overview/))

## Students **Before taking the course** * [ ] As a student, I want to see what the course application UI will look like * [ ] As a student,...

requirements