2
0
mirror of https://github.com/status-im/open-bounty.git synced 2025-01-18 05:22:41 +00:00
open-bounty/resources/migrations/20170322212119-do-not-store-oauth-token-in-db.up.sql
Teemu Patja 3f0ff567a8
Progressive Github permissioning & client-side oauth tokens
* require only user:email oauth scope when signing up
* if user wants to set bounties on repos, request additional oauth
  scopes
* do not store github access tokens on server side and use client-side
  localStorage instead

Fixes: 
Fixes: 
2017-03-22 22:20:52 +02:00

2 lines
50 B
SQL

ALTER TABLE "public"."users" DROP COLUMN "token";