Flashii ID source
Find a file
flashwave 5fa03dd551 Removed mentions of "device" from the UI and URLs.
While the intention of the extension specification to OAuth2 for device codes is indeed intended for handling authorisation on devices where the user cannot use any input method on the device,
 it's also very useful for when we want to authorise older devices where there are other difficulties, such as outdated or intentionally omitted root certificates making it only possible to use
 plain HTTP, or just other sorts of applications where having to make a web UI just for receiving the authorisation code to complete the token request would be a bother,
 for me such a case would be bots like Satori.
It essentially just replaces three-legged authorisation from OAuth 1.0a but without the needlessly complex annoying aspects of OAuth 1.0a.

Beyond that I'm also just sick of entering my ridiculously long, randomly generated password letter by letter on the inaccurate touch screen of the Nintendo 3DS.
2024-07-30 13:08:22 +00:00
assets Removed mentions of "device" from the UI and URLs. 2024-07-30 13:08:22 +00:00
database Implemented partial UI for device authorisation. 2024-07-30 00:16:42 +00:00
public Implemented partial UI for device authorisation. 2024-07-30 00:16:42 +00:00
src Removed mentions of "device" from the UI and URLs. 2024-07-30 13:08:22 +00:00
templates Removed mentions of "device" from the UI and URLs. 2024-07-30 13:08:22 +00:00
tools Static generated error pages. 2024-06-11 22:50:55 +00:00
.gitattributes Initial import. 2022-07-04 16:58:41 +00:00
.gitignore Static generated error pages. 2024-06-11 22:50:55 +00:00
build.js Implemented partial UI for device authorisation. 2024-07-30 00:16:42 +00:00
composer.json Finished JWT/JWS implementation. 2024-07-16 22:15:01 +00:00
composer.lock Finished JWT/JWS implementation. 2024-07-16 22:15:01 +00:00
hanyuu.cfg.example Removed mentions of "device" from the UI and URLs. 2024-07-30 13:08:22 +00:00
hanyuu.php Implemented core OAuth spec token flows. 2024-07-20 02:25:49 +00:00
package-lock.json Implemented partial UI for device authorisation. 2024-07-30 00:16:42 +00:00
package.json Updated libraries. 2024-06-11 22:08:58 +00:00