question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Goal: Implement the proposed UI for the new Auth API.

Links:

Auth API Keys pages must provide the UI to the new Auth API Top levels operations are:

  • Regenerating the master key.
  • Edit the public key settings.
  • Create, regenerate and delete regular keys.

As you can check in the attached Invision project, there are two main forms:

  • API keys list. First key is the master key, the second one is the public key and then the regular ones.
  • API key settings page: this form has two differents ways of presenting the information:
    • For the public key: you can change APIs access and dataset Read access. Notice that there’s only read access for this kind of key.
    • For the regular ones: you can set APIs access and CRUD operations for each dataset. These keys can’t be edited.

NOTES:

  • There’s neither Import nor Analysis API even though they’re present in the mockup.
  • The link icon copies the key to the clipboard.
  • Now this page must get all the user datasets. It’s not clear what happens with shared datasets so far so let’s begin getting only your own datasets.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
javitoninocommented, Mar 1, 2018

We should probably remove this: Learn more about using your simple API key in CARTO from the bottom of the page. Maybe replace it for a link to the new docs. For sure, remove that simple now that our api keys rock 🎸

2reactions
inigomedinacommented, Feb 28, 2018

If there is no action, we shouldn’t use any verb. Your solution, in that case, looks good. However, if there is some kind of action, but not one so specific like edit or configure, we could just go for a generic one like Manage your API key.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Auth from Laravel UI for API - Laracasts
Hi all, I'm trying to create my first REST API in Laravel using Passport. I'm used to adding in laravel/ui for all the...
Read more >
Authentication API Explorer - Auth0
The Authentication API enables you to manage all aspects of user identity when you use Auth0. It offers endpoints so your users can...
Read more >
How to authenticate requests to the user interface api?
This article explains how you can create an authorization code and retrieve an access token. You then need to pass the token into...
Read more >
API Authentication - The PHP Framework For Web Artisans
By default, Laravel ships with a simple solution to API authentication via a random token assigned to each user of your application. In...
Read more >
How to integrate a login UI and authentication factors with a ...
The Connect2id server provides a web API for binding a login UI, ... All user interaction and low-level authentication of Alice (calling a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found