Coder Social home page Coder Social logo

promact / oauth-server Goto Github PK

View Code? Open in Web Editor NEW
6.0 10.0 9.0 6.25 MB

OAuth server to authenticate logins for different promact in house applications.

Home Page: https://oauth.promactinfo.com

C# 67.24% CSS 2.38% HTML 6.24% JavaScript 2.66% TypeScript 20.56% Batchfile 0.71% Shell 0.20%
oauth-server promact angular2-apps dotnet-core

oauth-server's Introduction

Build Status

Travis Appveyor Server side coverage Client side coverage
Build status Build status Coverage Status Client Side Coverage Status

promact-oauth-server

OAuth server to authenticate logins for different promact in house applications.

oauth-server's People

Contributors

bhavinkhatri avatar chintans avatar gouravagrwal avatar iamronakshah avatar iroshni avatar juliepromact avatar rushi216 avatar siddharthashw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oauth-server's Issues

build issue after resend email functionality was merged in dev

After pull request #61 was accepted, Typescript build is not working. Here is the log of compiling tsc-p tsconfig.json

../../../../../../AppData/Roaming/npm/node_modules/typescript/lib/lib.es6.d.ts(4133,14): error TS2300: Duplicate identifier 'PropertyKey'.
typings/globals/core-js/index.d.ts(3,14): error TS2300: Duplicate identifier 'PropertyKey'.
typings/globals/core-js/index.d.ts(67,5): error TS2687: All declarations of 'name' must have identical modifiers.
typings/globals/core-js/index.d.ts(127,5): error TS2403: Subsequent variable declarations must have the same type. Variable '[Symbol.unscopables]' must be of type '{ copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: ...', but here has type 'any'.
typings/globals/core-js/index.d.ts(244,5): error TS2687: All declarations of 'flags' must have identical modifiers.
typings/globals/core-js/index.d.ts(258,5): error TS2687: All declarations of 'EPSILON' must have identical modifiers.
typings/globals/core-js/index.d.ts(293,5): error TS2687: All declarations of 'MAX_SAFE_INTEGER' must have identical modifiers.
typings/globals/core-js/index.d.ts(300,5): error TS2687: All declarations of 'MIN_SAFE_INTEGER' must have identical modifiers.
typings/globals/core-js/index.d.ts(439,5): error TS2403: Subsequent variable declarations must have the same type. Variable '[Symbol.toStringTag]' must be of type '"Symbol"', but here has type 'string'.
typings/globals/core-js/index.d.ts(439,5): error TS2687: All declarations of '[Symbol.toStringTag]' must have identical modifiers.
typings/globals/core-js/index.d.ts(446,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
typings/globals/core-js/index.d.ts(474,5): error TS2687: All declarations of 'hasInstance' must have identical modifiers.
typings/globals/core-js/index.d.ts(480,5): error TS2687: All declarations of 'isConcatSpreadable' must have identical modifiers.
typings/globals/core-js/index.d.ts(486,5): error TS2687: All declarations of 'iterator' must have identical modifiers.
typings/globals/core-js/index.d.ts(492,5): error TS2687: All declarations of 'match' must have identical modifiers.
typings/globals/core-js/index.d.ts(498,5): error TS2687: All declarations of 'replace' must have identical modifiers.
typings/globals/core-js/index.d.ts(504,5): error TS2687: All declarations of 'search' must have identical modifiers.
typings/globals/core-js/index.d.ts(510,5): error TS2687: All declarations of 'species' must have identical modifiers.
typings/globals/core-js/index.d.ts(516,5): error TS2687: All declarations of 'split' must have identical modifiers.
typings/globals/core-js/index.d.ts(522,5): error TS2687: All declarations of 'toPrimitive' must have identical modifiers.
typings/globals/core-js/index.d.ts(528,5): error TS2687: All declarations of 'toStringTag' must have identical modifiers.
typings/globals/core-js/index.d.ts(534,5): error TS2687: All declarations of 'unscopables' must have identical modifiers.
typings/globals/core-js/index.d.ts(591,5): error TS2403: Subsequent variable declarations must have the same type. Variable '[Symbol.toStringTag]' must be of type '"Math"', but here has type 'string'.
typings/globals/core-js/index.d.ts(591,5): error TS2687: All declarations of '[Symbol.toStringTag]' must have identical modifiers.
typings/globals/core-js/index.d.ts(595,5): error TS2403: Subsequent variable declarations must have the same type. Variable '[Symbol.toStringTag]' must be of type '"JSON"', but here has type 'string'.
typings/globals/core-js/index.d.ts(595,5): error TS2687: All declarations of '[Symbol.toStringTag]' must have identical modifiers.
typings/globals/core-js/index.d.ts(610,5): error TS2687: All declarations of 'size' must have identical modifiers.
typings/globals/core-js/index.d.ts(616,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
typings/globals/core-js/index.d.ts(627,5): error TS2687: All declarations of 'size' must have identical modifiers.
typings/globals/core-js/index.d.ts(633,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
typings/globals/core-js/index.d.ts(648,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
typings/globals/core-js/index.d.ts(662,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
typings/globals/core-js/index.d.ts(674,5): error TS2687: All declarations of 'value' must have identical modifiers.
typings/globals/core-js/index.d.ts(786,5): error TS2687: All declarations of 'prototype' must have identical modifiers.

Allow SSL settings in Mail

right now mail settings are hard coded with no security. I want ability to set the whether I want security or not. Please make appropriate changes.

Design - Alignment is not proper in various pages.

@Asrapromact

Steps to be followed:

Scenario 1:

  1. Open a link (https://promactoauth.azurewebsites.net)
  2. Click on User tab.
  3. Click on Edit User.
  4. Then you may see the title and the button is not aligned properly.
  5. I have attached the last screenshot like that it must look.

The various pages are:

A) Edit User.
B) Add User.
C) Add Project.
D) Edit Project.
E) User detail page.
F) Add Consumer App.
G) Login Page.

Scenario 2:

  1. Open a link (https://promactoauth.azurewebsites.net)
  2. Click on User tab.
  3. You may see the Action column.
  4. All the 3 buttons are not proper.

The various pages are:

A) User.
B) Project.

Scenario 3:

  1. Open a live link (https://promactoauth.azurewebsites.net)
  2. Click on User tab.
  3. Click on Add User.
  4. Click on email field and do not enter anything, Then you may see an error and you may notice that alignment is not proper.

Scenario 4:

  1. Open a live link (https://promactoauth.azurewebsites.net)
  2. Click on User tab
  3. Click on Edit User.
  4. You may see the Slack Username line is small and other lines are big, So change according to it.

Scenario 5:

Login page of the link is not properly designed.

Please refer the screenshot.

2016-10-20_14-31-40

2016-10-19_12-02-25

2016-10-18_16-41-33

1

2

3

4

5

6

7

8

"Add User" Functionality is not working.

@ankit213

Steps to be followed:

  1. Open a live link (https://promactoauth.azurewebsites.net)
  2. Click on User tab.
  3. Click on Add User.
  4. Enter the following details.
    A) First Name: qwerty
    B) Last Name: poiuy
    C) Email: vishal
    D) Slack Username: asdf
    E) User Role: Employee
    F) Date: 10/10/2016
  5. Then click on Add button twice the User will be added successfully.
  6. Already the Email has been register then also it is been saved.
  7. The toaster message says User is been added successfully.

Please see the video which is been sent to you personally on slack.

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.