JWT
JSON Web Token for authentication
Extends: Technology
JWT
JSON Web Token for authentication
Reference
JWT - tech.org.ai
Properties
- index: 41
Usage
import { $ } from 'sdk.do'
// Query for JWT
const result = await db.query({
subject: $.JWT,
})
JSON Web Token for authentication
Extends: Technology
JSON Web Token for authentication
JWT - tech.org.ai
import { $ } from 'sdk.do'
// Query for JWT
const result = await db.query({
subject: $.JWT,
})