• Jérome Perrin's avatar
    access_token: use os.urandom to generate token · 201a596c
    Jérome Perrin authored
    Using same method as python 3.6's secrets module and a bit longer token
    that what python currently recommends, since we were using very very
    long tokens until now (so that it does not look like a "regression")
    201a596c
RestrictedAccessToken_init.py 665 Bytes