Note that there are some explanatory texts on larger screens.

plurals
  1. USofficert
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThis isn't working for me. I set the content-type of my HAL json formatter to use application/hal+json and tried making a request using ?format=hal%2Bjson but it just defaults back to html. I did however figure out that I can just set the accept header to application/hal+json and that works fine. So I guess I just can't use the url method of specifying the content-type using hal+json, but thats not a ServiceStack issue, it's just a url thing. Thanks for your help!
      singulars
    2. COI've looked through all of their examples on the service stack git hub page having to do with the auth feature, no luck so far, but I'll keep looking. thanks for the links, ill look at those as well.
      singulars
    3. COthanks for the link hadn't read that one. unfortunately he doesnt show how to get/set custom meta data from the metadata column in the UserAuth table. He does add some custom data to a custom user session, in the OnAuthenticated method of his CustomCredentialsAuthProvider, but his example says 'some_firstname_from_db'. If I can figure out how to fetch the user again from the database I could populate the session in this method. Doesn't seem very clean though because by the time this method is called service stack has already fetched my user verified their creds and called this method post auth
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload