Hamza Baig
Hamza Baig
Hey there, awesome project! I was trying the demo links but seems i cant login to any one of them. The passwords/accounts doesn't work. Are there any other credentials?
**Intended outcome:** ``` FieldItem.fragments = { field: { name: 'FieldItemFieldsFragment', fragment: gql` fragment FieldItemFieldsFragment on Field { _id name } `, }, }; const QUERY = gql` query FarmerDetailsQuery($id: ID!)...
Please upload the package on `npm` please, thanks!
Hi there, first of all love
Hey there, I checked the documentation, seems there is no way i can trigger an event or get the pusher channel so i can trigger events on my own. Is...
Adds support for `refreshTokenExpirationPolicy` as per [API Docs](https://fusionauth.io/docs/v1/tech/apis/applications#request) ``` applications[x].jwtConfiguration.refreshTokenExpirationPolicy [String] AVAILABLE SINCE 1.17.0 The Refresh Token expiration policy. The possible values are: Fixed - the expiration is calculated from...
Hi, I was looking for refresh token options but I couldn't find them in `resource fusionauth_application`. Is there any way to configure these? The API supports this by the way.