Revert "Squashed commit of the following:"

This reverts commit c177f0a1b3.
This commit is contained in:
Gregoire Parant 2021-08-02 22:13:10 +02:00
parent c177f0a1b3
commit 7bd444ade9
54 changed files with 1902 additions and 1470 deletions

View file

@ -1,10 +1,10 @@
## Version develop
### Updates
- New scripting API features:
- Use `WA.room.loadTileset(url: string) : Promise<number>` to load a tileset from a JSON file,
- Rewrote the way authentication works: the auth jwt token can now contain an email instead of an uuid,
- Added an OpenId login flow than can be plugged to any OIDC provider.
- New scripting API features :
- Use `WA.room.loadTileset(url: string) : Promise<number>` to load a tileset from a JSON file.
## Version 1.4.10
### Updates