FDSN / SeedLink

https://docs.fdsn.org/projects/seedlink/
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

Specify JWT as authentication type, remove reservation for TOKEN #22

Closed chad-earthscope closed 9 months ago

chad-earthscope commented 1 year ago

Specify JWT, for JSON Web Token, as an authentication type as follows:

AUTH JWT token

which is in addition to the defined USERPASS authentication type.

Also, remove the reservation of TOKEN which is too generic and likely will not ever be used.

andres-h commented 1 year ago

Feedback from proposal team

Agreed

Change of specification

~Type TOKEN is reserved, but not specified.~ → If type is JWT, then argument is JSON Web Token as specified by RFC 7519.

crotwell commented 10 months ago

+1 on change