diff --git a/README.md b/README.md index e949d03..30a05c1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@

useAuth – the simplest way to add authentication to your React app

- - All Contributors - - Version License: MIT @@ -240,11 +236,6 @@ For a more detailed understanding of why this is happening you can have a read t Since version 0.4.0 useAuth exposes the entire Auth0 authResult object so you can access your user's id or access token. This is useful when you have to log the user into your own backend as well as the frontend. -For refence: - -- https://github.com/atto-byte/useAuth/issues/11 -- https://github.com/atto-byte/useAuth/issues/22 - Like this: ```javascript @@ -257,17 +248,7 @@ function SomeComponent() { } ``` ---- - -You can try it out here πŸ‘‰ https://gatsby-useauth-example.now.sh/ -## Author - -πŸ‘€ **atto-byte Teller ** - -- Github: [@atto-byte](https://github.com/atto-byte) -- Twitter: [@atto-byte](https://twitter.com/atto-byte) -- Blog: [atto-byte.com/blog](https://atto-byte.com/blog) ## 🀝 Contributing @@ -284,34 +265,6 @@ Give a ⭐️ if this project helped you! Copyright Β© 2019 [atto-byte Teller ](https://github.com/atto-byte).
This project is [MIT](https://github.com/atto-byte/useAuth/blob/master/LICENSE) licensed. ---- - -_This README was generated with ❀️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ - -## Contributors ✨ - -Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): - - - - - - - - - - - - - - - - - - - -
Dejan
Dejan

πŸ’‘
Jason Miller
Jason Miller

πŸ’»
Graham Barber
Graham Barber

πŸ’¬
Mateus Gabi
Mateus Gabi

πŸ“–
Jorge Galat
Jorge Galat

πŸ’»
atto-byte Teller
atto-byte Teller

πŸ’» πŸ“– πŸ“ πŸ’‘ 🚧
Nick Richmond
Nick Richmond

πŸ’»
Ollie Monk
Ollie Monk

πŸ“– πŸ’»
Henrik Wenz
Henrik Wenz

πŸ›
Max Chehab
Max Chehab

πŸ“–
Joel Bartlett
Joel Bartlett

πŸ’»
- - + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/package-lock.json b/package-lock.json index adc3446..69cfe62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "use-auth0", - "version": "0.1.3-development", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e73208..0ca96f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-auth0", - "version": "0.1.3-development", + "version": "0.5.0", "main": "dist/index.js", "module": "dist/useauth0.esm.js", "typings": "dist/index.d.ts",