Giter Site home page Giter Site logo

axway-developer-relations / griffin-app-opensource Goto Github PK

View Code? Open in Web Editor NEW
19.0 3.0 3.0 13.04 MB

The Axway Griffin App goes open source!

Dockerfile 0.28% JavaScript 98.26% HTML 0.17% Python 1.30%
axway axwaydev titanium native mobile api amplify api-builder oauth2 turbo appcelerator griffin app

griffin-app-opensource's Introduction

The Griffin App

The Axway Griffin App goes open-source!

GitHub stars GitHub forks GitHub watchers Dependabot Status




What is it?

The Griffin App is a free, open-source mobile application and API developed by Axway to help you and your team transition back into the workplace in a safe and compliant way.

Features

  • ๐Ÿ“… ย  Built-in calendar for easily scheduling and coordinating in-office hours among teams
  • ๐Ÿ” ย  "Weekly view" of upcoming office capacity levels
  • ๐Ÿ™ ย  Support for multiple office locations, each with different office hour policies and capacity limits
  • ๐Ÿ“ˆ ย  Analytics dashboard for HR or other privileged users to view office traffic trends and set policies/limits for each office location
  • ๐ŸŽจ ย  Easy customization for your logos, colors, and branding
  • ๐Ÿ”’ ย  App and APIs secured by OAuth SSO
  • ๐Ÿš€ ย  Native iOS and Android support all-in-one (thanks to the wonderful team behind Axway Titanium)

How do I get started?

Get started with Mobile App

You can find the instructions for getting the Mobile App here.

Get started with API

The API instructions for configuration and deployment are here.

Questions or feedback?

We'd love to hear from you! If you can't find what you're looking for in our documentation or Developer Portal, feel free to reach out to us on Twitter @AxwayDev.

Twitter Follow


At Axway, we've already used this app to help our own teams return safely. Now, we want it to help the world. โค

griffin-app-opensource's People

Contributors

brentonhouse avatar m1ga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

griffin-app-opensource's Issues

Authentication Mechanism - How does that work?

This open source project has a great structure that I'm still trying to wrap my head around.

I was able to run the API server, set up Axway MBaaS, and able to run the iOS/Android App.

However, I'm having issues understanding how Authentication works. The API backend (surprisingly) doesn't have any login authentication from the /apis/ folder.

The Mobile app opens a website to authenticate from oauth-base-url within tiapp.xml, I also realize that there is support for a few Authentication mechanisms like keycloak which I'm not familiar yet with:

let authenticationProvider;

const public_key = fs.readFileSync(`./keys/${turbo.OAUTH_PROVIDER}.pub`, `utf8`);

if (turbo.OAUTH_PROVIDER === `custom_oauth`) {

	authenticationProvider = AuthenticationOAuthProvider({
		baseUrl:        Ti.App.Properties.getString(`oauth-base-url`),
		tokenPath:      `/oauth/token`,
		defaultHeaders: { apikey: Ti.App.Properties.getString(`oauth-apikey`, ``) },
		client_id:      turbo.oauth_client_id,
		keyfile:        `/keys/${Ti.App.Properties.getString(`oauth-kid`, `default`)}.pub`,
		token:          turbo.app.data.auth_token,
	});

} else if (turbo.OAUTH_PROVIDER === `keycloak`) {

	authenticationProvider = new AuthenticationOAuthProvider(`code`, {
		callback_url: turbo.oauth_callback_url,
		client_id:    turbo.oauth_client_id,
		endpoints:    turbo.oauth_endpoints,
		public_key,
		token:        turbo.app.data.auth_token,
	});
}

turbo.authentication = new Authentication({ provider: authenticationProvider });

However if Axway's MBaaS is the backend DB:
1- Should I manually create the User? (does it happen on the Axway's portal back end?)
2- How would you be able to login from the App if Axway's MBaaS?

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.