robertjd
robertjd
Hi @tuytuy , can you confirm that you are making a POST request to the `/logout` url? GET will not work. Thanks!
Thanks @oshalygin , we should add this to the docs!
Hi @tanzim , thanks for the question! Multi-tenancy support isn't baked into this library yet, but you can follow #292 to know when we add it. It's the next feature...
Hi @tanzim , thanks for the clarification on your use case (using directories to segment environments). If your application is not a multi-tenant one, you can continue to use your...
That's correct, we need to modify this library to support the passing of account stores as options for login, registration, and password reset (we're using #292 to track this work)....
Thanks @khrome83
This issue is now tracking our need to implement our content negotiation strategy, as defined here: https://github.com/stormpath/stormpath-framework-spec/blob/master/requests.md#content-type-negotiation
Update: I'm now considering this a breaking change, as it would change the default behavior of this library. @typerandom do you agree? I'm thinking we need to hold off and...
This was also discussed in #559. When an Accept header is omitted, we should respond with the first content type that is configured in the produces list
hi @iseltula , we only support one level of expansion, and our options for this library are focused on the first level from the account object. If you can tell...