Classes, interfaces and traits

JWTAuth

Factory interface for creating JWT based @see \io\vertx\jphp\ext\auth\AuthProvider instances.

« More »

JWTAuthOptions

Options describing how an JWT Auth should behave.

« More »

JWTKeyStoreOptions

Options describing how an JWT KeyStore should behave.

« More »

JWTOptions

Options related to creation of new tokens.

If any expiresInMinutes, audience, subject, issuer are not provided, there is no default. The jwt generated won't include those properties in the payload.

Generated JWTs will include an iat claim by default unless noTimestamp is specified.

« More »