-
-
Notifications
You must be signed in to change notification settings - Fork 59
b64 regex token checks #127
Copy link
Copy link
Closed
Labels
compliance 📜OAuth 2.0 standard complianceOAuth 2.0 standard compliancegood first issue ✅Good for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
compliance 📜OAuth 2.0 standard complianceOAuth 2.0 standard compliancegood first issue ✅Good for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
@jorenvandeweyer commented on pr #105:
b64token = 1*( ALPHA / DIGIT /
"-" / "." / "_" / "~" / "+" / "/" ) "="
credentials = "Bearer" 1SP b64token