-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow the Matrix class group chat picker (and potentially other SIPB …
…projects) to ask Hydrant for the user's class list (#69) The usage flow should be the following: * External application redirects to `https://hydrant.mit.edu/#/export?callback=http://localhost:5173/hydrantCallback` * If the callback is a (currently hardcoded) list of allowed callbacks, Hydrant will redirect back to it and provide it the user's class list like so: `http://localhost:5173/hydrantCallback?hydrant=true&class=11.C35&class=6.1210&class=6.1910`
- Loading branch information
Showing
1 changed file
with
44 additions
and
1 deletion.
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