Authentication and decoding external token using restframework_simplejwt

I want to implement authetication and decoding of externally provided jwt tokens using restframework-simplejwt. I came across documentation where jwt is used for the purpose but nothing related to restframewrok-simple jwt. Since simplejwt is well maintained I was hoping someone would help me in authentication of an external jwt token using the restframework_simplejwt

Thanks in advance

A post was split to a new topic: SimpleJWT Update