Skip to content

Commit

Permalink
docs: push stack to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Oct 23, 2024
1 parent a753ea3 commit 8244599
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 23 deletions.
2 changes: 1 addition & 1 deletion blog/2024-09-24-production-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Additionally, we've also improved Graasp Builder with:
- Small fixes and updates.
- Backend maintenance

## Backend
## Backend

- Add freeze and disable for item login.

Expand Down
39 changes: 39 additions & 0 deletions blog/2024-10-23-production-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: October 23rd, Updates
description: Updates to the Graasp platform
date: 2024-10-23
authors:
- graasp
---

This week a small update, don't worry we have more in stock.

<!-- Everything below this will not be shown in the post overview -->
<!-- truncate -->

## Small fixes

This week we fixed an annoying issue where users being already logged in, but accessing the platform from `graasp.org` and the "SignIn" button would get stuck on a "You are being redirected" screen where nothing would happen.

If you are signed in and access Graasp from the homepage (graasp.org) via the signIn button you should now be greeted with the following screen (but with your account name instead 😉):

![welcome screen](./screenshots/2024-10-23-welcome-screen.png)

## Auto Login feature

This one might for the more technically inclined, or for users having specific needs.
We added a functionality where with a single url, you can log in a user onto a pseudonimysed account.

For this to work, you will need to create an item and allow pseudonymised access using username only (see the sharing page for your item).

![allow access for pseudonymised users](./screenshots/2024-10-23-pseudo-access.png)

With this in place, you can share a URL with the target user. This URL will be the following:

`https://player.graasp.org/:rootId/:itemId/autoLogin?username=bob`

You can get the first part of the url by viewing the item in the player. Simply copy the address and append `/autoLogin?username=` and then the username your would like your user to take. (For experiences users, the name should probably be url-encoded).

<!-- Generic message -->

We warmly welcome and encourage feedback from our users to continuously improve our platform. You can contact us by email [[email protected]](mailto:[email protected]) or by submitting an issue in this [Github repository](https://github.com/graasp/graasp-feedback).
23 changes: 1 addition & 22 deletions blog/unlisted/unlisted-staging-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,7 @@ Below are the latest changes deployed on [Graasp Staging](https://builder.stage.
<!-- Everything below this will not be shown in the post overview -->
<!-- truncate -->

## Small fixes

This week we fixed an annoying issue where users being already logged in, but accessing the platform from `graasp.org` and the "SignIn" button would get stuck on a "You are being redirected" screen where nothing would happen.

If you are signed in and access Graasp from the homepage (graasp.org) via the signIn button you should now be greeted with the following screen (but with your account name instead 😉):

![welcome screen](./screenshots/2024-10-23-welcome-screen.png)

## AutoLogin feature

This one might for the more technically inclined, or for users having specific needs.
We added a functionality where with a single url, you can log in a user onto a pseudonimysed account.

For this to work, you will need to create an item and allow pseudonymised access using username only (see the sharing page for your item).

![allow access for pseudonymised users](./screenshots/2024-10-23-pseudo-access.png)

With this in place, you can share a URL with the target user. This URL will be the following:

`https://player.graasp.org/:rootId/:itemId/autoLogin?username=bob`

You can get the first part of the url by viewing the item in the player. Simply copy the address and append `/autoLogin?username=` and then the username your would like your user to take. (For experiences users, the name should probably be url-encoded).
## Coming soon…

<!-- Generic message -->

Expand Down

0 comments on commit 8244599

Please sign in to comment.