We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc00fc8 commit 5323632Copy full SHA for 5323632
src/Utils/Bearer.php
@@ -22,6 +22,9 @@
22
/**
23
* This class contains code to fetch the WebId from a request
24
* that is make in legacy mode (bearer token with pop)
25
+ *
26
+ * @ TODO: Make sure this code complies with the spec and validate the tokens properly;
27
+ * https://datatracker.ietf.org/doc/html/rfc7800
28
*/
29
class Bearer {
30
0 commit comments