Daniel DeGroff

Results 251 comments of Daniel DeGroff

Planning to leave the base library at Java 8 for compatibility. I don't know that there is any technical benefit to using something later. We could move to Java 11,...

If you're not using Elasticsearch, the ES Query String DSL does not work. Your query should be `queryString = "Joe"`. There is also a doc bug, those field should be...

@mooreds do you want to take a look at any of our search doc and see if we need to clarify how to use the search APIs when not using...

Internal: Any reason not to index each of these fields? - `firstName` - `middleName` - `lastName` Currently we are indexing a single field called `fullName` which is built from `fullName`...

We do plan to upgrade to Java 21. As long as all of our dependencies are compatible, this is likely something we can do before the end of the year.

kila03, I think this project http://arshaw.com/fullcalendar/ does what you require. A single event can span multiple days and acts like a single event when dragging. That is a whole month...

Currently the UserInfo endpoint is returning you the `roles` claim from the provided access token. (JWT). We could optionally return you the current roles instead of what is in the...

After review this internally, I think the current behavior is correct, or at least it is the intended behavior. The reason for this behavior is that we are only returning...

Thanks @firebotQL - I can speak on behalf of FusionAuth. In section 4.1 of RFC 7235 where it describes that when a `401` is returned this header must be added,...