Coder Social home page Coder Social logo

bottle-msgraph's People

Stargazers

 avatar  avatar

Watchers

 avatar

bottle-msgraph's Issues

navbar CSS issue on narrow screens

When the navigation bar at the top collapses at narrow screen widths, the navbar content overlays the body content and the dropdown is difficult to see or use. It's not the usual body/padding-top issue for this in Bootstrap, need to figure out how to clean this up. Everything looks fine on a full-size monitor (anything over ~1200 pixels wide).

error handling

Many activities don't have error handling, which may be helpful for diagnosing problems getting started. For example, a token refresh is just assumed to have worked, so if it failed then the next attempt to use the graph API will get a 4xx status code.

202 response when sending email

The sample app gets a 202 HTTP status code when it sends an email - i.e., "accepted" instead of "OK." the email is always sent, but we've seen an SDK-based sample return a 200 on the same Graph call so should look into the reason for this difference.

validation of access tokens

Currently there is no validation of the returned access token to verify that it's a well-formed JWT with a valid signature.

expired or invalid refresh token

Haven't implemented handling of an expired or invalid refresh token. On token auto-refresh (at startup and in get()/post()) we're just assuming the refresh token is still valid.

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.