CartoDB/cartoframes

delete default credential

Closed this issue · 2 comments

djfan commented

After set_default_credentials(), how can users properly delete this default credential ?

Anything else other than

set_default_credentials(username='ghost_account', api_key='default_public')

?

We have just introduced this method: https://github.com/CartoDB/cartoframes/blob/develop/cartoframes/auth/defaults.py#L131. It will be available in 1.0.1.

djfan commented

perfect!!