Michele Degges

Results 34 issues of Michele Degges

The inspector is cut off in chrome most of the time, which means you can't view the entire JWT you're pasting in/inspecting. You also can't scroll all the way up...

This update will trigger a build of nomad in GitHub Actions on every push to a branch, except docs or backport/docs branches. This allow/denylist can be modified further if needed...

Manually bump consul-dataplane once a stable version is released. We can do so by following the below steps: - Build the templater under `util/formula_templater` by running go build in that...

This PR rolls out the new `prepare` CI workflow, which encapsulates all of the centralized artifact processing jobs that run after artifacts are built. Instead of explicitly listing out each...

Until this issue is fixed, the remember me checkbox on the login page should be removed: https://github.com/stormpath/idsite-src/issues/4

es_LA is a statically set locale when people log in via facebook. This should be dynamically generated instead. https://github.com/stormpath/idsite-src/blob/aa6846fd4643b4cd8a127fca5254a7d2eb6ecb5f/app/scripts/controllers/login.js#L48

The URIs we're redirected to for registration, login, and forgot password all have an extra hash in them: `https://tenant-name.id.stormpath.io/#/forgot` Although this doesn't impact the functionality of IDSite, it could definitely...

It’s not 100% clear which URI’s to add to ‘Authorized redirect URIs’ in the documentation: http://docs.stormpath.com/guides/using-id-site/#setting-up-your-id-site In the code examples, it isn’t clear that we need to manually redirect the...

Being unfamiliar with Flask, we had to do a lot of googling to get the [flask quickstart ](https://flask-stormpath.readthedocs.io/en/latest/quickstart.html)working. The first step is to import flask: `from flask import Flask` We...

In this PR, we updated the Stormpath module dependency to the latest version (0.18.4), and also updated the API key strategy used by the Client.