-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
41 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters