Hank Stoever
Hank Stoever
Without this fix, the login form isn't displayed if you aren't using authlogic. Thanks for the great gem!
Friedger [reported](https://github.com/blockstack/blockstack-browser/issues/1892#issuecomment-552079442) that you can't login to apps that request a collections scope if you're using the current production version of the Browser. I haven't repro'd or tried to debug...
When the user is authenticating to an app, the dialogue should have a clear statement, something like "By authenticating to this application, it will be known to the world that...
The [API for fetching contract events](https://hirosystems.github.io/stacks-blockchain-api/#tag/Smart-Contracts/operation/get_contract_events_by_id) doesn't include a `total` property in the JSON response. I'm building something that requires syncing with a contract's `print` events, and its very important...
I've become a huge fan of Clarinet's "deployments" feature - both for actual deployments, but also for ad-hoc contract calls and BTC transfers. One thing I'd love to see is...
For a new version of Clarigen (a Clarity dev tool) I'm working on, I'm trying to make integration with Clarinet as tight as possible. As part of that, I've moved...
Fixes #29 Radiks-server was not properly validating the `updatedAt` attribute for model updates and deletes. This could potentially lead to signature jacking. Radiks-server now validated that the `updatedAt` field is...
This PR implements the proposal to validate usernames associated with particular models. If a `username` is present with a model, then the validator will: 1. Lookup the `profile.json` associated with...
When models are updated with radiks, `radiks-server` checks to make sure the `updatedAt` field is bigger than it was before, which is a way of preventing "signature jacking", similar to...