Skip to content
View Devante7's full-sized avatar
Block or Report

Block or report Devante7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Devante7/README.md

Resource Server (RS) server that provides operations on protected resources, where operations require a valid access token issued by an AS.

Resource Owner (RO) subject entity that may grant or deny operations on resources it has authority upon.

  Note: the act of granting or denying an operation may be manual
  (i.e. through an interaction with a physical person) or automatic
  (i.e. through predefined organizational rules).

every sync

#!/usr/bin/env bash

git_root() { git rev-parse --show-toplevel 2> /dev/null }

git_head_version() { local recent_tag if recent_tag="$(git describe --exact-match HEAD 2> /dev/null)"; then echo "${recent_tag#v}" else git rev-parse --short=12 HEAD fi }:test run for unknown sources

Popular repositories

  1. communitynotes communitynotes Public

    Forked from twitter/communitynotes

    Documentation and source code powering Twitter's Community Notes

    Python 1

  2. scim scim Public

    Forked from microsoft/scim

    Supply Chain Integrity Model

    1

  3. memray memray Public

    Forked from bloomberg/memray

    Memray is a memory profiler for Python

    Python 1

  4. volta volta Public

    Forked from volta-cli/volta

    Volta: JS Toolchains as Code. ⚡

    Rust 1

  5. eqMac eqMac Public

    Forked from bitgapp/eqMac

    macOS System-wide Audio Equalizer & Volume Mixer 🎧

    Swift 1

  6. postgres-meta postgres-meta Public

    Forked from supabase/postgres-meta

    A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries

    TypeScript 1