Giter Club home page Giter Club logo

bdddemo's Introduction

BddDemo

license main


Digitalis: Opinionated best-practices application


To get Google "client_id" for testing API:

  1. https://developers.google.com/oauthplayground/
  2. Find "Google OAuth2 API v2" and expand
  3. Click on "https://www.googleapis.com/auth/userinfo.email" to select it
  4. Click on "Authorize APIs" button
  5. You will be presented with a choice of a Google account. Select one to proceed
  6. Click on "Exchange authorization code for tokens" button
  7. You will get URL that contains "client_id" as a query parameter
  8. Below it, JSON contains "id_token" that you can use as a Bearer token

To register your application with Google API

https://console.developers.google.com/apis

bdddemo's People

Contributors

dejanmilicic avatar djordjedjukic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bdddemo's Issues

RavenDB metadata "updated-by"

Expand RavenDB logic so that metadata entry "updated-by" is added on every save of the document

The value of this metadata property would be pulled from the current identity

Complete logger

  • record exceptions better
  • record input always
  • record claims held by actor
  • etc

Separate Authorization and Authentication

  1. Authentication will come from Claim in the token (research what is a standard claim for this)
  2. Authorization will be managed within the application itself
  3. Authorizer will check
  • if the user is authenticated
  • based on that identity, mandatorily required set of claims will be compared with claims in the database

Parametrize project

In order to reuse this starting project as a basis for other projects, introduce parameterization for project name
and other elements

  • project name
  • logging details
  • as few params as possible
  • do not alter namespace and other "vanity" and "for completion" sake elements

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.