Skip to content

Commit 5323632

Browse files
authored
Update Bearer.php
1 parent cc00fc8 commit 5323632

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Utils/Bearer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
/**
2323
* This class contains code to fetch the WebId from a request
2424
* 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
2528
*/
2629
class Bearer {
2730

0 commit comments

Comments
 (0)